Simon Binder
|
7b27d21755
|
Setup simple devtools extension
|
2023-10-18 23:16:52 +02:00 |
Simon Binder
|
6aa1a5d734
|
Add `date` and `timestamp` types for postgres
|
2023-10-12 00:03:01 +02:00 |
Simon Binder
|
fae81d0456
|
Add documentation page on postgres
|
2023-10-10 22:41:01 +02:00 |
Simon Binder
|
2b4ef1ba39
|
Support more postgres types
|
2023-10-07 19:06:38 +02:00 |
Simon Binder
|
207847b02c
|
Support custom types in postgres backend
|
2023-10-07 18:08:18 +02:00 |
Simon Binder
|
fb2d8e8922
|
Update `uuid` package
|
2023-09-30 16:28:19 +02:00 |
Simon Binder
|
3ecee4fb1f
|
Add wasm setup APIs with custom workers (#2638)
|
2023-09-27 23:05:44 +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
|
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 |