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 |
|
gwenn
|
20fed1956e
|
Rename some static variables
|
2019-02-02 11:10:08 +01:00 |
|
gwenn
|
62d5ffe678
|
Fix some enum representation
|
2019-02-02 11:04:46 +01:00 |
|
gwenn
|
dbc4eef657
|
Session extension (#459)
Session extension bindings
|
2019-01-13 12:46:19 +01:00 |
|
gwenn
|
bd9b850c43
|
Callbacks must not be able to unwind into sqlite code
|
2018-12-16 09:40:14 +01:00 |
|
gwenn
|
1262238229
|
Rustfmt
|
2018-10-30 20:15:19 +01:00 |
|
gwenn
|
f04047db01
|
Rust 2018
|
2018-10-30 20:15:08 +01:00 |
|
gwenn
|
5e9c7bac4e
|
Rustfmt
|
2018-08-16 18:29:46 +02:00 |
|
gwenn
|
8c6ce46c17
|
Make sure scalar functions and hooks outlive the connection
|
2018-08-15 20:04:01 +02:00 |
|
gwenn
|
4770060396
|
Make sure scalar functions and hooks are Send able
|
2018-08-15 18:30:18 +02:00 |
|
gwenn
|
c925d1aa97
|
Rustfmt
|
2018-08-11 12:48:21 +02:00 |
|
gwenn
|
2a29717c5a
|
Fix hooks
|
2018-08-11 11:14:17 +02:00 |
|
gwenn
|
437f7dab42
|
Refactor hooks
|
2018-08-05 10:58:00 +02:00 |
|
gwenn
|
994d40da26
|
Fix clippy warnings
|
2018-05-04 19:55:55 +02:00 |
|
gwenn
|
94670c0119
|
Rustfmt
|
2017-05-12 19:18:42 +02:00 |
|
gwenn
|
dfdd42fd09
|
Bind sqlite3_commit_hook and sqlite3_rollback_hook
|
2017-05-12 19:14:34 +02:00 |
|
gwenn
|
3e6fffaf94
|
Due to rust monophormisation, there is no need for double indirection
|
2017-04-27 18:05:12 +02:00 |
|
gwenn
|
63a444a95f
|
Fix memory leak and add test
|
2017-04-26 20:12:48 +02:00 |
|
gwenn
|
6eb98afd67
|
SQLITE_RECURSIVE is not available with SQLite 3.6.8
|
2017-04-25 21:08:41 +02:00 |
|
gwenn
|
3b575c3b4a
|
Implementation of sqlite3_update_hook #260
First draft (no tested and a memory leak)
|
2017-04-25 20:58:22 +02:00 |
|