.. |
blob
|
Overhaul query API, removing the need for the _named variants of all functions, and rusqlite::NO_PARAMS
|
2020-11-03 19:09:19 -08:00 |
types
|
Overhaul query API, removing the need for the _named variants of all functions, and rusqlite::NO_PARAMS
|
2020-11-03 19:09:19 -08:00 |
util
|
Rustfmt
|
2020-10-28 21:12:29 +01:00 |
vtab
|
Lifetime elision
|
2020-06-01 18:44:02 +02:00 |
backup.rs
|
Fix some PhantomData declarations
|
2020-06-01 10:11:34 +02:00 |
busy.rs
|
Remove lazy_static block where possible
|
2020-10-29 19:51:51 +01:00 |
cache.rs
|
Replace lru-cache with hashlink
|
2020-10-06 00:10:22 -07:00 |
collation.rs
|
Reduce required lifetime
|
2020-10-28 19:20:05 +01:00 |
column.rs
|
adding ability to work with sqlite compiled with -DSQLITE_OMIT_DECLTYPE
|
2020-06-01 06:31:27 +03:00 |
config.rs
|
Fix missing docs
|
2020-05-21 00:48:06 -07:00 |
context.rs
|
Replace pub(crate) by pub(super) visibilty
|
2020-05-16 10:18:25 +02:00 |
error.rs
|
Merge remote-tracking branch 'upstream/master' into progress_handler
|
2020-10-28 21:21:19 +01:00 |
functions.rs
|
Overhaul query API, removing the need for the _named variants of all functions, and rusqlite::NO_PARAMS
|
2020-11-03 19:09:19 -08:00 |
hooks.rs
|
Remove lazy_static block where possible
|
2020-10-29 19:51:51 +01:00 |
inner_connection.rs
|
Expose query progress information
|
2020-10-25 11:58:47 +01:00 |
lib.rs
|
Overhaul query API, removing the need for the _named variants of all functions, and rusqlite::NO_PARAMS
|
2020-11-03 19:09:19 -08:00 |
limits.rs
|
Document which features are required, and add vtab usage examples (#669)
|
2020-04-05 22:15:27 -07:00 |
load_extension_guard.rs
|
Document which features are required, and add vtab usage examples (#669)
|
2020-04-05 22:15:27 -07:00 |
params.rs
|
Overhaul query API, removing the need for the _named variants of all functions, and rusqlite::NO_PARAMS
|
2020-11-03 19:09:19 -08:00 |
pragma.rs
|
pragma_update fails with ExecuteReturnedResults
|
2020-08-17 19:30:24 +02:00 |
raw_statement.rs
|
Implement our own sqlite3_exec
|
2020-06-26 19:35:14 +02:00 |
row.rs
|
Overhaul query API, removing the need for the _named variants of all functions, and rusqlite::NO_PARAMS
|
2020-11-03 19:09:19 -08:00 |
session.rs
|
Merge pull request #824 from gwenn/progress_handler
|
2020-11-03 18:14:36 +01:00 |
statement.rs
|
Overhaul query API, removing the need for the _named variants of all functions, and rusqlite::NO_PARAMS
|
2020-11-03 19:09:19 -08:00 |
trace.rs
|
Overhaul query API, removing the need for the _named variants of all functions, and rusqlite::NO_PARAMS
|
2020-11-03 19:09:19 -08:00 |
transaction.rs
|
Overhaul query API, removing the need for the _named variants of all functions, and rusqlite::NO_PARAMS
|
2020-11-03 19:09:19 -08:00 |
unlock_notify.rs
|
UnlockNotification should hold mutex when calling condvar
|
2020-04-15 13:52:19 -07:00 |
version.rs
|
Rust 2018
|
2018-10-30 20:15:08 +01:00 |