Alexey Proshutinskiy
|
bd42e1b313
|
move to rust 2018
|
2021-09-02 19:20:43 +03:00 |
|
vms
|
394327642e
|
make compatible with FCE
|
2020-09-17 21:19:03 +03:00 |
|
Ivan Ukhov
|
acc777028f
|
Run rustfmt
|
2020-06-10 20:20:59 +02:00 |
|
Ivan Ukhov
|
661e469172
|
Adjust a few descriptions
|
2020-06-10 20:20:43 +02:00 |
|
Yorhel
|
45ef564593
|
Expose sqlite3_changes() and sqlite3_total_changes()
|
2020-06-10 11:23:27 +02:00 |
|
Ivan Ukhov
|
fc2ea5aa19
|
Read the error message when sqlite3_open_v2 fails
|
2020-05-26 20:20:07 +02:00 |
|
Ivan Ukhov
|
84064daa9d
|
Run rustfmt
|
2020-05-26 20:05:39 +02:00 |
|
Sean Klein
|
42f9bbfe01
|
Avoid memory leak when failing to open connections
|
2020-05-25 10:58:46 -04:00 |
|
Sean Klein
|
22580234c1
|
Replace 'try' with '?' to clear warnings
|
2020-05-25 10:41:11 -04:00 |
|
Ivan Ukhov
|
b9747f216d
|
Adjust a few descriptions
|
2019-06-10 20:29:34 +02:00 |
|
Ivan Ukhov
|
039bf4c67e
|
Rename ConnectionFlags to OpenFlags
|
2019-06-09 07:16:00 +02:00 |
|
Ivan Ukhov
|
d1e9f8fd3e
|
Test opening a read-only connection
|
2019-06-08 20:42:31 +02:00 |
|
Ivan Ukhov
|
9328fa0897
|
Add the two mutex-related flags
|
2019-06-08 20:26:20 +02:00 |
|
Ivan Ukhov
|
8e990ff3c6
|
Introduce connection flags
|
2019-06-08 19:50:28 +02:00 |
|
Ivan Ukhov
|
443aec74f1
|
Eliminate a deprecation warning
|
2019-06-08 18:48:58 +02:00 |
|
Sophie Tauchert
|
7a7ff8f80e
|
Add function to open a read only connection
|
2019-06-08 18:44:01 +02:00 |
|
Ivan Ukhov
|
2464a91759
|
Make a cosmetic adjustment
|
2019-05-26 13:31:24 +02:00 |
|
Ivan Ukhov
|
6c1ddbf184
|
Add as_raw to Connection and Statement
|
2017-08-23 10:13:59 +02:00 |
|
Ivan Ukhov
|
8b3e284771
|
Make a cosmetic adjustment
|
2017-08-23 10:13:05 +02:00 |
|
Ivan Ukhov
|
006027159b
|
Run rustfmt
|
2017-08-22 17:41:34 +02:00 |
|
tomaka
|
85495e8a96
|
Implement Send for Connection
|
2016-11-30 12:53:32 +01:00 |
|
Ivan Ukhov
|
b4cd56521d
|
Eliminate the build script
|
2016-02-27 12:54:03 +01:00 |
|
Ivan Ukhov
|
2091c9843c
|
Rename process to iterate
|
2015-08-03 17:12:15 -04:00 |
|
Ivan Ukhov
|
75bd2d94b6
|
Replace Connection::iterate with Statement::into_iter
|
2015-08-03 08:50:41 -04:00 |
|
Ivan Ukhov
|
abfb603cd2
|
Adjust the documentation
|
2015-08-02 22:31:34 -04:00 |
|
Ivan Ukhov
|
d89cc13d7b
|
Introduce Iterator
|
2015-08-02 22:29:04 -04:00 |
|
Ivan Ukhov
|
ea9eff2fd2
|
Introduce Type and Statement::kind for reading it
|
2015-08-01 16:23:05 -04:00 |
|
Ivan Ukhov
|
18ea605451
|
Get rid of the livetime parameter of Connection
|
2015-08-01 15:14:10 -04:00 |
|
Ivan Ukhov
|
ff3c62b4db
|
A cosmetic adjustment
|
2015-08-01 14:09:08 -04:00 |
|
Ivan Ukhov
|
b433054c82
|
Clean up the unit tests
|
2015-08-01 14:07:34 -04:00 |
|
Ivan Ukhov
|
2275f8157f
|
Update sqlite3-sys
|
2015-08-01 13:55:22 -04:00 |
|
Ivan Ukhov
|
9df0978335
|
Use AsRef<str> instead of &str
|
2015-07-31 16:05:52 -04:00 |
|
Ivan Ukhov
|
ebbf073c82
|
Fix the handling of C strings
|
2015-07-27 11:38:54 -04:00 |
|
Ivan Ukhov
|
557fbeb12d
|
A minor adjustment
|
2015-07-07 09:33:39 -04:00 |
|
Ivan Ukhov
|
06b54cecb0
|
Make use of Option::take instead of mem::replace
|
2015-07-07 07:55:21 -04:00 |
|
Ivan Ukhov
|
0572f80ed0
|
Adjust the documentation
|
2015-07-04 09:21:38 -04:00 |
|
Ivan Ukhov
|
d94275417a
|
Rename Database to Connection
|
2015-07-04 08:53:26 -04:00 |
|