Simon Binder
d491db8599
Move dialect to SqlTypes constructor, re-generate
2022-11-07 15:53:16 +01:00
Abitofevrything
54b58948d3
Run melos run build
2022-11-05 20:35:24 +01:00
Abitofevrything
3ec04df46f
Run melos run build
2022-10-29 14:36:50 +02:00
Simon Binder
28c90b6ffb
Always escape column names
...
This avoids the performance impact of using a regex in `escapeIfNeeded`.
Closes #2071 .
2022-09-22 16:55:36 +02:00
Simon Binder
8e9e7fc291
Use melos to manage packages ( #2060 )
2022-09-15 23:42:20 +02:00
North101
a927d3717a
Typealiases and easier defaults for scoped components
...
Closes #1993 .
2022-08-20 00:22:28 +02:00
Simon Binder
83c7c1ab43
Remove deprecated options, re-run build
2022-08-13 15:14:09 +02:00
Simon Binder
b9a605ed25
Allow async mappings from SQL to row classes
...
When existing, custom row classes are used, drift now supports using a
(potentially asynchronous) static method to load them instead of just
a named constructor like before.
Tables are also changed to support the `map` method being async for
cases where that is needed. The same applies to custom queries which
may have to be async now.
2022-08-12 22:55:02 +02:00
westito
e65c4d15d0
Regenerate database files
2022-08-08 11:30:47 +02:00
Alexander Wilde
8fe2f24e56
Run tools/generate_all.sh
2022-07-21 18:00:03 +01:00
Simon Binder
22d5f0a8ae
Fix tests
2022-07-19 22:55:08 +02:00
Simon Binder
cf8d2618fa
First attempt to get it running again
2022-07-18 23:28:12 +02:00
westito
02ad0e8250
Change integration tests' dialect to postgres
2022-06-30 19:04:55 +02:00
westito
aa1d279b8e
Update build config in testcases
2022-06-28 15:06:49 +02:00
westito
292da80167
Regenerate all files
2022-06-28 13:24:57 +02:00
Simon Binder
e109cf3564
Update integration test architecture
2022-06-25 14:06:56 +02:00