Commit Graph

302 Commits

Author SHA1 Message Date
Simon Binder 42fffeed2c Use absolute path when opening wasm file 2023-08-19 23:01:47 +02:00
Eli Geller 6d802449b4
typo fix 2023-08-14 18:25:18 -04:00
Eli Geller 4e28e5f5b9
remove leading slashes from URI paths 2023-08-14 18:21:09 -04:00
Simon Binder 9d4d3cd2a4
Support deleting databases 2023-08-09 18:13:45 +02:00
Simon Binder b774290b3a
Fix wasm tests 2023-08-07 22:26:36 +02:00
Simon Binder f700100e4a
Add warning to MariaDB backend readme 2023-08-03 11:45:51 +02:00
Simon Binder 6bedc5f88c
Fix a few MariaDB integration tests 2023-08-02 18:27:52 +02:00
Simon Binder 2cca2f517e
Desugar duplicate variables 2023-07-31 23:47:41 +02:00
Simon Binder 28e44cbea8
First support for MariaDB in compiled queries 2023-07-27 11:16:58 +02:00
Simon Binder 1c5432026c
Merge branch 'develop' into Banana-develop 2023-07-27 10:29:25 +02:00
Simon Binder 8d3f490604
Add multi-dialect generation option 2023-07-26 23:59:06 +02:00
Simon Binder 18946f5580
Scaffold MariaDb integration tests 2023-07-24 21:44:43 +02:00
BananaMasterz 23b7b60656 add drift_mariadb package 2023-07-24 22:05:58 +03:00
Simon Binder 0de1e43409
Add test 2023-07-06 21:45:38 +02:00
Simon Binder 342027b420
Update to stable sqlite3 package 2023-06-17 22:19:31 +02:00
Simon Binder 1e74aae972
Update new web documentation 2023-06-15 00:08:14 +02:00
Simon Binder fef35d9f20
Fix wasm integration tests 2023-06-13 17:22:18 +02:00
Simon Binder 7254d3bd5a
Add more wasm integration tests 2023-06-12 00:08:23 +02:00
Simon Binder e801dceae6
Add wasm integration test using the database 2023-06-11 17:44:04 +02:00
Simon Binder 3f178a154f
Add first integration test for new wasm backend 2023-06-10 22:52:22 +02:00
Simon Binder b01c8494e5
Rename old web test package 2023-06-10 18:01:25 +02: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
Simon Binder ba9360f063
Fix dependency conflicts in some examples 2023-06-01 11:23:57 +02:00
Simon Binder ff41de2a6b
Get new wasm implementation working in Chrome 2023-05-31 22:48:29 +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 b4b4e350dd
Simplify creation of web workers for drift 2023-04-10 23:01:30 +02:00
Simon Binder cc16156c84
Merge branch 'postgres3' into develop 2023-02-25 13:16:33 +01:00
Simon Binder 5166e5d294
Add rowid parameter to companions 2023-02-19 13:46:58 +01:00
Simon Binder 21ff422f19
Support `@create` queries in modular mode (#2313) 2023-02-12 12:44:47 +01:00
David Martos d6edc787d8 nested transaction support in PgDatabase 2023-02-09 11:17:03 +01:00
David Martos bfed38b806 fix query from integration_tests to make it compatible across SQL Dialects 2023-02-09 11:02:35 +01:00
Simon Binder ca75323a6a
Fix postgres tests 2023-02-09 10:53:41 +01:00
David Martos fef15389e6 Remove hackyvariables from Postgres tests 2023-02-09 00:23:29 +01:00
Simon Binder 9cb82ed4dc
Fix broken docs for background platform channels 2023-02-07 12:48:29 +01:00
Simon Binder deb1b91d41
Escape postgres keywords in generated SQL 2023-02-05 14:28:19 +01:00
Simon Binder ed964a7bf2
Fix passing variable types to postgres 2023-02-03 13:53:38 +01:00
Simon Binder 47dfdd5554
Migrate postgres implementation to v3 API 2023-02-01 23:02:55 +01:00
Simon Binder a97d70754a
Experiment with postgres v3 package 2023-02-01 22:44:12 +01:00
Simon Binder 0d354b3bec
Deprecate special connect constructor 2023-01-28 16:53:35 +01:00
Simon Binder 83fad8426e
Make `generate_connect_constructor` the default 2023-01-28 16:14:27 +01:00
Simon Binder b1f2ea45d5
FIx recent deprecation warnings 2023-01-26 16:56:16 +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
Simon Binder 4644bce9dd
Save database after `RETURNING` write (#2206) 2022-12-18 20:42:29 +01:00
Alexander Wilde 30cc4e0b21 Add join view test 2022-12-15 20:30:11 +00:00
Alexander Wilde ec01ad275a Various fixes for modular code gen 2022-12-05 17:16:06 +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