0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
Commit graph

11 commits

Author SHA1 Message Date
bholmesdev
7a943d1ef1 refactor: reference tests 2024-02-09 13:57:42 -05:00
bholmesdev
3c03c31a79 feat(test): foreignKeys 2024-02-09 13:57:42 -05:00
bholmesdev
a052dad1ea feat(test): reference add and remove tests 2024-02-09 13:57:42 -05:00
Matthew Phillips
8f7da6cc79 Add support for SQL defaults
You can now use sql`CURRENT_TIMESTAMP`, `NOW`, and a couple of other
helpers, to set defaults.
2024-02-08 13:32:56 -05:00
bholmesdev
3850637e19 fix: correctly respect primary key on INSERT INTO 2024-02-07 18:15:21 -05:00
bholmesdev
92d7d84e6b fix: use schema.parse to resolve dates 2024-02-06 13:55:20 -05:00
bholmesdev
db874e508e fix: add back promptResponse injection 2024-02-06 13:48:41 -05:00
bholmesdev
c2a2e4b592 refactor: reorganize the rats nest of files 2024-01-30 17:50:03 -05:00
bholmesdev
9e3ff8b462 feat: index query tests 2024-01-30 14:25:08 -05:00
bholmesdev
d2b9cb3cf5 refactor: move field queries to field-queries.test 2024-01-30 14:25:04 -05:00
bholmesdev
3d9ff264f5 feat: add queries unit tests and fix related bugs 2024-01-30 12:55:47 -05:00