gwenn
|
9484f5c15e
|
Merge pull request #588 from gwenn/session
Session
|
2019-11-02 15:21:55 +01:00 |
|
gwenn
|
de9f06f142
|
Fix ChangesetIter::start_strm
The input reference must still be alive after the function returns
|
2019-11-02 14:53:32 +01:00 |
|
gwenn
|
fb9fb3790c
|
Fix segfaut by using a cursor instead of a slice.
|
2019-11-02 10:42:13 +01:00 |
|
gwenn
|
317abe6155
|
Update README example
|
2019-11-01 18:27:56 +01:00 |
|
gwenn
|
0693d5f6ce
|
Reactivate session feature
And fix partially x_input.
|
2019-11-01 09:57:56 +01:00 |
|
gwenn
|
ca5eccfe95
|
Check that even when sqlite_stmt is null, there is no panic.
|
2019-10-30 20:09:27 +01:00 |
|
gwenn
|
8eb844b0c9
|
Paste relevant section from SQLite documantation
|
2019-10-29 20:26:35 +01:00 |
|
gwenn
|
edfd7658c3
|
Segmentation fault on prepare_cached with an empty query
With an empty query is prepared, sqlite3 returns no error but a null pointer.
And then `sqlite3_sql` returns null.
Which make `CStr::from_ptr` crash.
|
2019-10-29 19:24:18 +01:00 |
|
gwenn
|
ec52d44939
|
Merge pull request #578 from gwenn/cant-open
Cant open
|
2019-10-19 11:20:56 +02:00 |
|
gwenn
|
15f356e5a7
|
Merge remote-tracking branch 'jgallagher/master' into cant-open
|
2019-10-19 10:40:53 +02:00 |
|
gwenn
|
22bdd80b92
|
Ignore mutex_atomic clippy lint
> This lint cannot detect if the mutex is actually used for waiting
before a critical section.
|
2019-10-19 10:10:17 +02:00 |
|
gwenn
|
0cf9ef8514
|
Fix some clippy warnings
|
2019-10-13 13:08:33 +02:00 |
|
Will Dowd
|
49f48a5c56
|
Parse Option<T> into Value/ValueRef where applicable
|
2019-09-27 16:02:37 -04:00 |
|
gwenn
|
104188055e
|
Merge pull request #568 from gwenn/column_name
Make `column_name()` public and forward all column methods in Row and Rows
|
2019-09-02 18:29:52 +02:00 |
|
Vlad-Shcherbina
|
81d26ccadb
|
Fix typo in docs
|
2019-09-01 12:41:51 +03:00 |
|
gwenn
|
9ce3b82570
|
Make column_name returns a Result
|
2019-08-31 12:17:48 +02:00 |
|
gwenn
|
4ffdb07f31
|
Merge remote-tracking branch 'jgallagher/master' into twistedfall
|
2019-08-31 10:00:33 +02:00 |
|
gwenn
|
941e36be9d
|
Merge remote-tracking branch 'jgallagher/master' into twistedfall
|
2019-08-31 09:55:24 +02:00 |
|
gwenn
|
6c838bf544
|
Ignore test_execute_multiple when no extra check
|
2019-08-31 09:39:09 +02:00 |
|
gwenn
|
c6a5fd402c
|
Merge remote-tracking branch 'jgallagher/master' into tail
|
2019-08-31 09:30:25 +02:00 |
|
gwenn
|
bcd26ca062
|
Merge remote-tracking branch 'jgallagher/master' into tail
# Conflicts:
# src/inner_connection.rs
# src/lib.rs
|
2019-08-26 20:41:15 +02:00 |
|
gwenn
|
00d50199a2
|
Check SQL query passed to execute
When `extra_check` feature is activated:
Fail when query has a column count > 0
Or when query is readonly.
|
2019-08-26 20:21:23 +02:00 |
|
Pro
|
a8d34da2d5
|
Use the correct (larger) lifetime of the returned column-related references in Row, Rows and Column
|
2019-08-22 16:53:16 +02:00 |
|
Pro
|
2a8339bda7
|
Forward all column related methods in Row and Rows
|
2019-08-22 16:38:43 +02:00 |
|
Pro
|
d46eb23364
|
Make column_name() public
Changes it's interface to Option<&str> to accommodate for out of bounds index
|
2019-08-22 16:38:43 +02:00 |
|
Pro
|
692b4b67dc
|
Use expect() instead of unwrap() for string conversion
|
2019-08-22 16:38:31 +02:00 |
|
gwenn
|
dfcc4511ea
|
Fix Clippy warning
|
2019-08-17 08:19:19 +02:00 |
|
gwenn
|
08e32444c9
|
Cleanup use statements
|
2019-08-17 08:18:37 +02:00 |
|
gwenn
|
28a48ec7c1
|
Check OpenFlags
|
2019-08-17 08:16:47 +02:00 |
|
gwenn
|
dcc43fa445
|
Fix warnings
|
2019-08-09 20:06:31 +02:00 |
|
gwenn
|
e4fecf7fb8
|
Rustfmt
|
2019-08-09 20:03:46 +02:00 |
|
gwenn
|
d229f0f9e9
|
Remove #[macro_use] attribute when importing macros
|
2019-08-09 20:01:44 +02:00 |
|
Kornel
|
010794e091
|
Conversion from FromSqlError to Error
Fixes #555
|
2019-08-04 21:24:50 +01:00 |
|
gwenn
|
4db226c0df
|
Memory leak when using Statement.expanded_sql (#553)
Memory leak when using Statement.expanded_sql
|
2019-07-28 08:53:26 +02:00 |
|
gwenn
|
701389605d
|
Do not assume sqlite3_column_text is valid UTF-8
Fix impact on features
|
2019-07-24 20:46:53 +02:00 |
|
gwenn
|
f0ae7b6e9b
|
Do not assume sqlite3_column_text is valid UTF-8.
Fix Statement::value_ref
|
2019-07-24 20:08:31 +02:00 |
|
gwenn
|
bd5506899d
|
Revert last commit
|
2019-07-23 18:29:50 +02:00 |
|
gwenn
|
f78ac1f2cf
|
Do not assume sqlite3_column_text is valid UTF-8.
Fix Statement::value_ref
|
2019-07-22 21:07:53 +02:00 |
|
gwenn
|
30b41bed20
|
Make Module impl Send
Also introduce a dedicated feature for series virtual table.
|
2019-07-11 19:21:54 +02:00 |
|
gwenn
|
208f3c084b
|
Clippy: fix warnings
|
2019-07-10 21:10:12 +02:00 |
|
Thom Chiovoloni
|
3aca84c67d
|
Merge pull request #541 from thomcc/include-column-name-in-type-error
Include the name of the column in InvalidColumnType errors
|
2019-06-25 18:08:05 -07:00 |
|
gwenn
|
ef036e383c
|
Merge pull request #539 from gwenn/window-func
Add binding to `sqlite3_create_window_function`
|
2019-06-25 21:40:21 +02:00 |
|
Thom Chiovoloni
|
4356f5a176
|
Include the name of the column in InvalidColumnType errors
|
2019-06-25 12:20:11 -07:00 |
|
gwenn
|
c275cd29e0
|
Fix tests
|
2019-06-25 20:47:32 +02:00 |
|
gwenn
|
f1198dd9ff
|
Add binding to sqlite3_create_window_function
|
2019-06-25 20:33:49 +02:00 |
|
gwenn
|
147168184f
|
rustdoc: example for Connection::open file
|
2019-06-24 20:05:36 +02:00 |
|
gwenn
|
f6199df9f9
|
Add binding to sqlite3_collation_needed
|
2019-06-18 19:03:13 +02:00 |
|
gwenn
|
bb7ae7f215
|
Add binding to sqlite3_create_collation_v2
|
2019-06-17 19:20:53 +02:00 |
|
Joshua C. Randall
|
1ae02726cf
|
add ability to open with specified vfs
|
2019-06-17 10:42:54 +01:00 |
|
gwenn
|
031bffffa5
|
Add query_row_named for prepared statement.
|
2019-06-12 19:18:57 +02:00 |
|