gwenn
|
926977846f
|
Reduce required lifetime
Extends #825 to
- create_collation
- commit_hook
- rollback_hook
- update_hook
- table_filter
|
2020-10-28 19:20:05 +01:00 |
|
gwenn
|
2a7b11320f
|
Fix clippy warnings
|
2020-08-17 20:07:56 +02:00 |
|
Thom Chiovoloni
|
cf9b6e9ae2
|
Avoid relying on sqlite to justify str::from_utf8_unchecked
|
2020-04-14 09:31:29 -07:00 |
|
Thom Chiovoloni
|
26c744d0c3
|
Improve CI test coverage (#670)
* Improve CI test coverage
* Run clippy/rustfmt/rustdoc in CI
* Disable warnings when building bundled sqlite
|
2020-04-06 10:43:43 -07:00 |
|
Thom Chiovoloni
|
6617db59fb
|
Document which features are required, and add vtab usage examples (#669)
|
2020-04-05 22:15:27 -07: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 |
|
gwenn
|
dfcc4511ea
|
Fix Clippy warning
|
2019-08-17 08:19:19 +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 |
|