Ivan Ukhov
|
22aea1100f
|
Always succeed when calling Statement::cursor
|
2015-08-03 21:21:44 -04:00 |
|
Ivan Ukhov
|
c5efaedc73
|
Reset the state after Cursor’s bind
|
2015-08-03 17:28:48 -04:00 |
|
Ivan Ukhov
|
ef9793a303
|
Simplify the example
|
2015-08-03 17:23:22 -04:00 |
|
Ivan Ukhov
|
2091c9843c
|
Rename process to iterate
|
2015-08-03 17:12:15 -04:00 |
|
Ivan Ukhov
|
5072b6e2f3
|
Rename Iterator to Cursor
|
2015-08-03 17:10:30 -04:00 |
|
Ivan Ukhov
|
162f27fa3c
|
Refine the language of statements and iterators
|
2015-08-03 17:05:03 -04:00 |
|
Ivan Ukhov
|
5fc38054ba
|
Extend the example
|
2015-08-03 16:52:51 -04:00 |
|
Ivan Ukhov
|
b2e735b627
|
Require not start if nothing to bind
|
2015-08-03 16:52:40 -04:00 |
|
Ivan Ukhov
|
26626fdeeb
|
Fix the reading of string data
|
2015-08-03 16:50:21 -04:00 |
|
Ivan Ukhov
|
a6de11a000
|
Detail the example
|
2015-08-03 16:12:09 -04:00 |
|
Ivan Ukhov
|
75bd2d94b6
|
Replace Connection::iterate with Statement::into_iter
|
2015-08-03 08:50:41 -04:00 |
|
Ivan Ukhov
|
42515bc5ec
|
Add a function to read the current state of a statement
|
2015-08-03 08:41:23 -04:00 |
|
Ivan Ukhov
|
dcff91a699
|
Adjust the documentation a bit more
|
2015-08-02 22:32:09 -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
|
c4772f7dd8
|
A cosmetic adjustment
|
2015-08-02 20:37:17 -04:00 |
|
Ivan Ukhov
|
825afe4537
|
Introduce Value representing an arbitrary value for binding and reading
|
2015-08-02 20:34:27 -04:00 |
|
Ivan Ukhov
|
611beaebb9
|
Rename Value to Readable and Parameter to Bindable
|
2015-08-02 20:15:15 -04:00 |
|
Ivan Ukhov
|
3cdedd7db6
|
Add version
|
2015-08-01 21:39:05 -04:00 |
|
Ivan Ukhov
|
e8768b2b7e
|
Rename Blob to Binary
|
2015-08-01 17:51:43 -04:00 |
|
Ivan Ukhov
|
d6a8437c51
|
Adjust the description of Type once more
|
2015-08-01 17:50:10 -04:00 |
|
Ivan Ukhov
|
25cce673bb
|
Adjust the description of Type
|
2015-08-01 17:41:25 -04:00 |
|
Ivan Ukhov
|
167ac90578
|
Get rid of ErrorKind
|
2015-08-01 17:38:08 -04:00 |
|
Ivan Ukhov
|
ba257b99bc
|
Add the possibility to read binary data
|
2015-08-01 17:19:21 -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
|
3d0bf10912
|
Add Statement::columns
|
2015-08-01 13:55: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
|
e3222f050d
|
Extend the example
|
2015-07-30 08:12:43 -04:00 |
|
Ivan Ukhov
|
ebbf073c82
|
Fix the handling of C strings
|
2015-07-27 11:38:54 -04:00 |
|
Ivan Ukhov
|
5f3753e691
|
Reduce the number of semicolons in the examples
|
2015-07-07 09:37:09 -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
|
0390d179d5
|
Adjust the example
|
2015-07-04 10:24:01 -04:00 |
|
Ivan Ukhov
|
883ce7dce3
|
Clean up SQL literals
|
2015-07-04 09:29:49 -04:00 |
|
Ivan Ukhov
|
961dad0f65
|
Extend the example
|
2015-07-04 09:27:13 -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 |
|
Ivan Ukhov
|
626c022106
|
Implement std::error::Error for Error
|
2015-07-04 08:42:03 -04:00 |
|
Ivan Ukhov
|
fa4ceac00a
|
Rename success! to ok!
|
2015-06-19 20:34:02 -04:00 |
|
Ivan Ukhov
|
e9f6fc0f1a
|
Adjust an error message
|
2015-06-19 20:24:34 -04:00 |
|
Ivan Ukhov
|
d8835fec8c
|
Move a macro
|
2015-06-19 20:23:12 -04:00 |
|
Ivan Ukhov
|
827386c588
|
Remove an obsolete crate attribute
|
2015-06-19 20:18:07 -04:00 |
|
Ivan Ukhov
|
0d079a05c6
|
Use the same name for type parameters
|
2015-06-19 13:15:42 -04:00 |
|
Ivan Ukhov
|
fad63fc9d0
|
Fix the signature of bind
|
2015-06-19 13:10:09 -04:00 |
|
Ivan Ukhov
|
28929e8f1b
|
Document State
|
2015-06-19 13:03:54 -04:00 |
|
Ivan Ukhov
|
d05c9e5d85
|
Move State closer to Statement
|
2015-06-19 11:34:03 -04:00 |
|