Commit Graph

40 Commits

Author SHA1 Message Date
Moshe Dicker 6a693a9016 rebuild, format, and dart fix 2024-04-11 11:15:13 -04:00
Simon Binder fb2d8e8922 Update `uuid` package 2023-09-30 16:28:19 +02:00
ValentinVignal 4041eec6d5
chore: Re-run build runner 2023-09-21 11:36:39 +08:00
ValentinVignal 0176dac2e6
chore: Run build runner 2023-09-20 21:56:07 +08:00
Simon Binder 9f2405be26
Merge branch 'develop' into web-v2 2023-06-04 22:10:44 +02:00
Simon Binder ec87791ece
Update v2 of the sqlite3 package 2023-06-04 22:10:11 +02:00
David Martos 45353a7693
Prepared statements cache (#2434)
Create a cache of prepared statements to optimize performance.
2023-05-24 23:23:40 +02:00
Simon Binder 28417c52af
Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
Simon Binder 5166e5d294
Add rowid parameter to companions 2023-02-19 13:46:58 +01:00
Simon Binder bc325dd31c
Support cast to drift-specific types 2023-01-06 15:10:03 +01:00
Alexander Wilde 91495e6f8d Rebuild 2022-12-31 03:33:54 +00:00
Alexander Wilde 5a6f402d86 Run build 2022-12-01 04:43:27 +00:00
Simon Binder 6512dc1cfc
Merge remote-tracking branch 'origin/develop' into modular-generation 2022-11-18 16:56:55 +01:00
Simon Binder 596a35b58e
Document basic analysis concept 2022-11-18 16:33:19 +01:00
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
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
westito 292da80167 Regenerate all files 2022-06-28 13:24:57 +02:00
westito 171cf88aac Regenerate all test code 2022-04-02 20:11:40 +02:00
Simon Binder 93d328f056
Rename `moor` to `drift` in `sqlparser` 2022-02-26 21:38:28 +01:00
westito 3e9a920a4f Regenerate files 2021-11-30 22:23:35 +01:00
westito fad654a5aa
PostgreSQL support (#1507)
Support PostgreSQL as a dialect in the main package and with an implementation provided in another package.

Co-authored-by: Simon Binder <oss@simonbinder.eu>
2021-11-11 14:40:41 +01:00
Simon Binder 3befd90a2d
Migrate benchmarks to drift 2021-10-09 18:02:14 +02:00
Simon Binder fd0764594d
Replace moor impl with exports 2021-10-07 22:16:05 +02:00
Simon Binder 40bc3a17bb
Organize imports 2021-09-10 11:43:21 +02:00
Simon Binder f3d9faa08c
Migrate benchmarks to null-safety 2021-07-30 15:43:44 +02:00
Simon Binder c6ecff5a0a Use const uuid where possible 2021-05-21 10:50:54 +02:00
Simon Binder 29bb6a73c8 Fix pub get from clean state 2021-05-21 10:47:42 +02:00
Simon Binder 0ef7353df5
Setup CI with Dart 2.12 beta 2020-11-18 10:53:20 +01:00
Simon Binder 22391a9c54
Migrate benchmarks to sqlite3/ package 2020-07-10 17:30:10 +02:00
Simon Binder 2b780492d3
Re-run generator on benchmark project 2020-02-19 19:32:00 +01:00
Simon Binder 814e7bf61d
SqlEngine: Migrate default construtor to options 2020-02-10 18:48:03 +01:00
Simon Binder 75200a1eab
Re-run generator on benchmarks subproject 2020-01-21 21:13:06 +01:00
Simon Binder a3708b7230
Remove deprecated usages of SqlEngine constructor 2020-01-07 11:40:43 +01:00
Simon Binder 927fbf561b
Begin architecture of a new type resolver in sqlparser 2019-12-26 21:55:02 +01:00
Simon Binder d41097d8e5
Benchmark for serial inserts for comparison 2019-12-23 20:47:03 +01:00
Simon Binder 60f55c9224
Refactor benchmarks, add one for inserts 2019-12-23 20:22:17 +01:00
Simon Binder 8e144c69e0
Start writing some low-level benchmarks 2019-12-23 20:00:48 +01:00