Ryan Leckey
|
222cd688a4
|
feat(sqlite): enable configuration of journal_mode and foreign_keys and default to WAL and ON
|
2020-07-02 23:18:14 -07:00 |
|
Ryan Leckey
|
5d6516da68
|
fix: re-add MapRow and TryMapRow to fix HRTB normalization when more than one driver is in-use
|
2020-07-02 23:00:46 -07:00 |
|
Ryan Leckey
|
c7c46f237b
|
fix(sqlite): argument bind for sqlite is 1-indexed
fixes #467
|
2020-07-02 22:52:33 -07:00 |
|
Ryan Leckey
|
cfa833fa0d
|
fix(sqlite): fallback to storage class when typing expressions and infer INTEGER as i64
|
2020-06-27 19:17:46 -07:00 |
|
Ryan Leckey
|
7beceba832
|
fix(sqlite, test): column overrides still have runtime type checking, use the correct Rust type to match the sql type
|
2020-06-25 05:34:52 -07:00 |
|
Julius de Bruijn
|
2c2a277666
|
Caching methods in Connection
|
2020-06-25 10:44:05 +02:00 |
|
Julius de Bruijn
|
eba82e3fc1
|
LRU caching for SQLite
|
2020-06-24 19:46:32 +02:00 |
|
Austin Bonander
|
f2515e2472
|
feat(macros): support nullable column override
|
2020-06-21 06:06:53 -07:00 |
|
Austin Bonander
|
029ba24cad
|
chore(macros): add tests for bind parameter overrides
|
2020-06-21 06:06:53 -07:00 |
|
Austin Bonander
|
7d3d708d92
|
chore(macros): add test for column overrides for SQLite
|
2020-06-21 06:06:53 -07:00 |
|
Ryan Leckey
|
e1d22a1840
|
fix(core): async-stream crate seems to lose the stream if the stream owns the object we are streaming
hand-rolled a copy of the idea behind AsyncStream and things seem to work
|
2020-06-09 02:16:47 -07:00 |
|
Austin Bonander
|
0652864315
|
fix(macros): reintroduce and fix test for macros in SQLite
|
2020-06-05 21:16:14 -07:00 |
|
Ryan Leckey
|
e5b6047009
|
feat: introduce docker-compose based testing for running locally against many database combinations
|
2020-05-30 17:51:55 -07:00 |
|