gwenn
|
3c3d7daeb4
|
Fix uninlined_format_args
cargo clippy --all --all-targets --fix -- -Wclippy::uninlined_format_args
|
2023-12-23 14:21:23 +01:00 |
|
gwenn
|
33b5ea3c43
|
Handle raw string literal
|
2023-12-23 12:10:36 +01:00 |
|
gwenn
|
1e73859eb3
|
Handle the case when there is no placeholder
|
2023-12-23 11:42:38 +01:00 |
|
gwenn
|
0b1224620c
|
Bump sqlite3-parser version
|
2023-11-12 13:00:23 +01:00 |
|
gwenn
|
bbb570aabd
|
Revert "Support Rust expression like {x.y} in SQL strings"
This reverts commit b86d9321b5 .
|
2023-08-21 19:42:06 +02:00 |
|
gwenn
|
b86d9321b5
|
Support Rust expression like {x.y} in SQL strings
|
2023-08-20 10:39:33 +02:00 |
|
gwenn
|
7594711721
|
Make rusqlite-macros optional
|
2023-06-10 12:05:55 +02:00 |
|
gwenn
|
f0670ccadd
|
Fix macro hygiene issue
|
2023-06-10 10:55:52 +02:00 |
|
gwenn
|
b59b0ddf2e
|
Bump sqlite3-parser version
|
2023-04-16 16:17:36 +02:00 |
|
gwenn
|
5b20201423
|
Captured identifiers in SQL strings
Use `raw_bind_parameter`
|
2022-12-04 11:25:01 +01:00 |
|
gwenn
|
cc23f9cdd7
|
Captured identifiers in SQL strings
Initial draft
|
2022-11-20 18:07:17 +01:00 |
|