gwenn
|
618e9a1274
|
Clean code
Typos, deprecated code usages, ...
|
2022-05-29 13:33:51 +02:00 |
|
gwenn
|
65668a46e4
|
Add constants introduced by SQLite 3.38.0
SQLITE_STMTSTATUS_FILTER_MISS
SQLITE_STMTSTATUS_FILTER_HIT
SQLITE_INDEX_CONSTRAINT_LIMIT
SQLITE_INDEX_CONSTRAINT_OFFSET
|
2022-02-26 09:55:17 +01:00 |
|
gwenn
|
cc4f059d9b
|
Merge remote-tracking branch 'origin/master' into ptr_as_ptr
|
2022-01-06 18:20:01 +01:00 |
|
gwenn
|
e1fd731cb0
|
clippy::unseparated_literal_suffix
|
2022-01-06 05:07:27 -08:00 |
|
gwenn
|
01c4be82c8
|
clippy::doc_markdown
|
2022-01-06 04:54:10 -08:00 |
|
gwenn
|
43591154b2
|
clippy:ptr_as_ptr
|
2022-01-05 19:50:25 +01:00 |
|
Thom Chiovoloni
|
287b0ea08b
|
Undo transition to edition 2021, prep release 0.26.3
|
2021-12-08 17:06:01 -08:00 |
|
gwenn
|
2f508e7a38
|
Fix error: the item TryFrom is imported redundantly
|
2021-10-21 19:20:44 +02:00 |
|
Thom Chiovoloni
|
65c38bf813
|
Add #[inline] and #[cold] in far more places
|
2020-11-04 07:59:23 -08:00 |
|
gwenn
|
76ad2bf19c
|
Rustfmt
|
2020-10-28 21:12:29 +01:00 |
|
Thom Chiovoloni
|
12cb228c9c
|
Fix SqliteMallocString::from_str on arm32
|
2020-04-23 13:58:50 -07:00 |
|
Thom Chiovoloni
|
d88fe1c1b1
|
Remove parameter count caching -- should be cheap (if statically linked at least...)
|
2020-04-16 12:05:56 -07:00 |
|
Thom Chiovoloni
|
a776f460e8
|
Cache param count and make statement cache more effective
|
2020-04-16 12:05:56 -07:00 |
|
Thom Chiovoloni
|
1207a7cc06
|
Make clippy behave slightly more reasonably
|
2020-04-16 08:21:43 -07:00 |
|
Thom Chiovoloni
|
418ef10af2
|
Add a wrapper for strings allocated on sqlite heap
|
2020-04-16 08:21:43 -07:00 |
|
Thom Chiovoloni
|
abbab7216a
|
Better docs and cleaner SmallCString
|
2020-04-14 10:26:41 -07:00 |
|
Thom Chiovoloni
|
552416039e
|
Optimize named params via caching and use of smallvec
|
2020-04-14 10:26:41 -07:00 |
|