gwenn
|
ccf52b2daa
|
Replace try! by ?
|
2018-11-05 19:09:41 +01:00 |
|
gwenn
|
495f1d529a
|
Clippy
|
2018-11-01 09:40:56 +01:00 |
|
gwenn
|
f04047db01
|
Rust 2018
|
2018-10-30 20:15:08 +01:00 |
|
gwenn
|
77cb50e000
|
Check that only one statement is provided (#397)
Connection.execute
Connection.execute_named
Connection.quer_row
Connection.quer_row_named
|
2018-10-28 10:29:34 +01:00 |
|
gwenn
|
1598d4bc30
|
Rustfmt
|
2018-10-28 08:51:02 +01:00 |
|
gwenn
|
e7e03c3443
|
Introduce NO_PARAMS constant
As suggested here:
https://users.rust-lang.org/t/sql-parameter-values/20469/2
|
2018-09-16 11:10:19 +02:00 |
|
gwenn
|
c4ae541eac
|
Take IntoIterator rather than &[&ToSql] (#312)
|
2018-09-16 09:49:23 +02:00 |
|
gwenn
|
70b59f9c2c
|
Impossible to execute a pragma in 0.14.0 #400
sqlite3_stmt_readonly does not work for PRAGMA.
|
2018-09-12 22:16:22 +02:00 |
|
gwenn
|
5e9c7bac4e
|
Rustfmt
|
2018-08-16 18:29:46 +02:00 |
|
gwenn
|
0ccf98d214
|
Merge remote-tracking branch 'jgallagher/master' into vtab
|
2018-08-11 13:37:56 +02:00 |
|
gwenn
|
c925d1aa97
|
Rustfmt
|
2018-08-11 12:48:21 +02:00 |
|
gwenn
|
4c3fa7bd53
|
Add binding to sqlite3_expanded_sql
|
2018-08-10 20:52:11 +02:00 |
|
gwenn
|
31de0187a2
|
Return an InvalidQuery error when SQL is not read only
|
2018-08-10 20:48:13 +02:00 |
|
gwenn
|
3aca24792c
|
Merge remote-tracking branch 'jgallagher/master' into vtab
|
2018-08-05 13:26:45 +02:00 |
|
gwenn
|
7310cac6f5
|
Use pub(crate)
|
2018-07-31 22:17:17 +02:00 |
|
gwenn
|
b8594a0f83
|
Fix regressions
|
2018-06-10 19:21:55 +02:00 |
|
gwenn
|
d72c4582d9
|
Merge remote-tracking branch 'jgallagher/master' into vtab
|
2018-06-10 19:16:20 +02:00 |
|
gwenn
|
fa64a4d0bf
|
Draft for carray module in Rust
Incomplete support for sqlite3_bind_pointer.
Make Context::set_result return a Result.
Add Values::get_array.
|
2018-06-10 18:29:38 +02:00 |
|
gwenn
|
0d0a7bf81f
|
Replace row changes/count type (i32) with usize
Breaking change
|
2018-05-23 21:23:28 +02:00 |
|
gwenn
|
c6f4ae632a
|
Replace column index/count type (i32) with usize
Breaking change
|
2018-05-23 21:04:13 +02:00 |
|
gwenn
|
994d40da26
|
Fix clippy warnings
|
2018-05-04 19:55:55 +02:00 |
|
gwenn
|
50d379b564
|
Make Statement::column_index case insensitive
Fix #330
|
2018-03-27 20:07:46 +02:00 |
|
gwenn
|
f7c1a8e7b8
|
Fix some clippy warnings
|
2017-07-19 21:26:39 +02:00 |
|
gwenn
|
08f96a678e
|
Rustfmt
|
2017-04-07 19:43:24 +02:00 |
|
John Gallagher
|
ec78a2b5fa
|
Reorganize: Extract Row/Rows and helper types into their own mod files.
|
2017-03-08 17:03:31 -05:00 |
|
John Gallagher
|
6bd8516511
|
Roll convenient.rs into statement.rs.
|
2017-03-08 11:26:25 -05:00 |
|
John Gallagher
|
5bd7cb37c7
|
Move named_params.rs into statement.rs, greatly reducing the StatementCrateImpl trait size.
|
2017-03-08 11:20:43 -05:00 |
|
John Gallagher
|
59159fcb25
|
Rename execute_() to execute_with_bound_parameters().
|
2017-03-08 11:11:05 -05:00 |
|
John Gallagher
|
723fc91a09
|
Minor refactor to avoid needing to expose Statement::decode_result().
|
2017-03-08 11:04:22 -05:00 |
|
John Gallagher
|
38c9a4a159
|
Reorganize: Extract Statement and its impl into its own module.
|
2017-03-08 10:48:14 -05:00 |
|