Simon Binder
cbca76e7e1
Update drift dependency for drift_postgres
...
Closes #2114
2022-10-29 12:03:52 +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
0fb9ba0a5c
Skip variable tests for postgres
2022-09-19 23:05:03 +02:00
Simon Binder
944725dafb
Generate null variables
2022-09-19 22:43:16 +02:00
Simon Binder
8e9e7fc291
Use melos to manage packages ( #2060 )
2022-09-15 23:42:20 +02:00
Simon Binder
3583c4b467
Encrypted drift: Add path to main dependencies
2022-08-25 21:17:07 +02:00
Simon Binder
03642dd7eb
Run integration tests on encryption package
2022-08-22 11:53:10 +02:00
North101
a927d3717a
Typealiases and easier defaults for scoped components
...
Closes #1993 .
2022-08-20 00:22:28 +02:00
Simon Binder
6b396fa067
Rename test file to have _test suffix
2022-08-16 16:33:55 +02:00
Simon Binder
a89cef5262
Delete old moor packages
2022-08-14 22:57:37 +02:00
Simon Binder
503daf77e9
Migrate old encryption package to drift
2022-08-14 22:36:22 +02:00
Simon Binder
8f6878292a
Migrate to `package:lints`
2022-08-13 23:33:05 +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
a8c6031fc4
Add documentation comments, fix analysis warnings
2022-07-19 23:01:22 +02: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
Simon Binder
116f98269d
Always enable the new SQL generation mode
2022-07-03 21:53:17 +02:00
Simon Binder
fb0a6504da
Document how to run postgres test
2022-07-02 20:48:51 +02:00
Simon Binder
2cd77ad8a2
Merge pull request #1916 from simolus3/change-integration-tests-dialect
...
Change integration tests dialect
2022-07-02 18:11:50 +02:00
westito
56cb4c8926
Merge branch 'change-integration-tests-dialect' of github.com:simolus3/drift into change-integration-tests-dialect
2022-07-02 08:32:15 +02:00
westito
27f1305844
Update ios, macos projects
2022-07-02 08:31:17 +02:00
westito
b4b7772d23
Update extras/integration_tests/drift_testcases/build.yaml
...
Co-authored-by: Simon Binder <oss@simonbinder.eu>
2022-07-02 08:30:49 +02:00
Simon Binder
a064bb719d
Migrate remaining examples to null-safety
2022-07-01 21:51:33 +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
4959ec6235
Fix wasm and postgres integration tests
2022-06-25 15:07:01 +02:00
Simon Binder
e109cf3564
Update integration test architecture
2022-06-25 14:06:56 +02:00
Simon Binder
48830b57aa
drift_sqflite: Support nested transactions
2022-06-25 13:10:02 +02:00
Alexander Wilde
345faa91c7
TypeConverter mapToDart -> fromSql, mapToSql -> toSql
2022-06-22 23:50:19 +01:00
Simon Binder
06af930941
Explicit null-aware types on type converters
2022-06-22 23:56:15 +02:00
Simon Binder
26d9e79559
Fix more transaction error edge-cases ( #1882 )
2022-06-08 18:23:20 +02:00
Simon Binder
dc2511c808
Open transaction callback in right zone ( #1881 )
2022-06-07 00:24:38 +02:00
westito
a1f5ede720
Add BigInt support to PgDatabase ( #1845 )
...
Add BigInt support to PgDatabase
2022-05-20 10:09:17 +02:00
Simon Binder
befe3f33ef
Merge pull request #1835 from simolus3/bigint-support
...
Add BigInt support
2022-05-16 18:34:38 +02:00
Radomir Epur
ef695c682e
docs: fix typo in git path(dirft -> drift) ( #1838 )
2022-05-16 16:22:33 +02:00
Simon Binder
15184110f4
Remove compatibility check
2022-05-16 15:59:11 +02:00
westito
7330cf5d58
Add BigInt support to executors
2022-05-12 17:57:56 +02:00
Simon Binder
9e2e9c47be
Upgrade to latest `sqlite3` package in example app
2022-05-04 20:41:15 +02:00
Simon Binder
b56cf96b09
Run drift web tests with WebAssembly
2022-04-04 21:49:05 +02:00
westito
ff1912fc07
Merge remote-tracking branch 'simolus3/develop' into unique-constraint
...
# Conflicts:
# drift/lib/src/ffi/database.dart
2022-04-02 20:13:44 +02:00
westito
171cf88aac
Regenerate all test code
2022-04-02 20:11:40 +02:00
Simon Binder
204fbad682
Move examples into top-level folder
2022-04-01 22:11:21 +02:00
Simon Binder
bc5295492d
Add `drift_sqflite` to replace `moor_flutter`
2022-03-14 20:27:19 +01:00
Simon Binder
da212944ff
Replace old website and repository links
2022-03-13 15:52:15 +01:00
Simon Binder
44d0daf753
Remove unused coverage tooling
2022-03-08 10:59:48 +01:00
Simon Binder
c98511693d
Remove analyzer override in built value test
2022-03-04 16:53:47 +01:00
Simon Binder
35efc68e42
Web: Re-run setup whenever database is re-opened
2022-03-03 14:18:44 +01:00
Simon Binder
61dc1f17b8
Name schema exports automatically ( #1721 )
2022-03-02 17:25:30 +01:00
Simon Binder
4099b77a56
Delete unused tooling file
2022-02-28 13:18:36 +01:00
Simon Binder
e38a6b9059
Add setup parameter for web databases
2022-02-27 19:56:54 +01:00
Simon Binder
93d328f056
Rename `moor` to `drift` in `sqlparser`
2022-02-26 21:38:28 +01:00
Simon Binder
7d56497c18
Some plugin fixes
2022-01-24 17:25:24 +01:00
Simon Binder
05d8406f4a
Fix migration example, test it in CI
2022-01-19 19:55:19 +01:00
Simon Binder
7bfa00e8b4
Make database of tables accessible for Dart API
2022-01-18 21:50:51 +01:00
Simon Binder
94bdab0338
Allow running multiple statements on the web
2022-01-12 18:10:14 +01:00
Simon Binder
19bd92bfd9
Remove redundant imports
2021-12-09 14:10:51 +01:00
westito
d22bbcbadf
Merge remote-tracking branch 'simolus3/develop' into views
2021-12-02 09:20:02 +01:00
Simon Binder
2999df449d
Fix schema verifier around virtual tables
2021-12-01 21:07:47 +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
westito
f78c251f3f
Add Flutter web worker example ( #1512 )
2021-10-27 21:25:32 +02:00
Simon Binder
849b0de040
Accept drift-named schema files
2021-10-14 21:44:44 +02:00
Simon Binder
331d600df3
Fix resolving Dart code in drift files
2021-10-10 22:01:59 +02:00
Simon Binder
3befd90a2d
Migrate benchmarks to drift
2021-10-09 18:02:14 +02:00
Simon Binder
aa8e3f7781
Migrate built_value example
2021-10-09 17:55:21 +02:00
Simon Binder
cc99b1372a
Migrate migration example to drift
2021-10-09 17:10:34 +02:00
Simon Binder
cfbea9fd57
Migrate web workers example to drift
2021-10-08 23:33:39 +02:00
Simon Binder
fcbef06b7c
Move generator to drift_dev
2021-10-08 18:10:48 +02:00
Simon Binder
aa76f1529f
Rename elements with moor in them
2021-10-08 17:25:17 +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
2945381213
Avoid analyzer_plugin imports outside of plugin
2021-08-16 17:55:45 +02:00
Simon Binder
76155358b4
Fix with_built_value example
2021-08-06 17:11:12 +02:00
Simon Binder
f3d9faa08c
Migrate benchmarks to null-safety
2021-07-30 15:43:44 +02:00
Simon Binder
f3360d06a6
Use a single generated column implementation
2021-06-19 16:31:08 +02:00
Simon Binder
7d095f7f24
Re-generate in extras/migrations_example
2021-06-15 21:45:45 +02:00
Simon Binder
5848a8e942
Re-generate schema files
2021-06-01 11:38:08 +02:00
Simon Binder
c6ecff5a0a
Use const uuid where possible
2021-05-21 10:50:54 +02:00
Simon Binder
d220892f64
Delete mysql extra
2021-05-21 10:48:29 +02:00
Simon Binder
29bb6a73c8
Fix pub get from clean state
2021-05-21 10:47:42 +02:00
Simon Binder
464139f454
Adapt excludes in analysis options
2021-05-15 10:42:15 +02:00
Simon Binder
4bca48fd17
Support generating older data classes
2021-05-14 20:18:40 +02:00
Simon Binder
41eb6f4181
Avoid dynamic when overriding ==
2021-05-14 18:50:29 +02:00
Simon Binder
2fe8151508
Generate null-safe migration tests if possible
2021-05-11 20:47:23 +02:00
Simon Binder
43fea9bc2d
Integration test for RETURNING
2021-05-06 17:39:59 +02:00
Simon Binder
0e4541a987
Generate non-nullable nested result sets
2021-05-06 17:20:13 +02:00
Simon Binder
4f2268410e
Migrate VM and web integration tests
2021-05-06 16:50:31 +02:00
Simon Binder
6559f67f45
Upgrade sql.js
2021-05-06 16:37:05 +02:00
Simon Binder
adb27d056b
Start phasing out SqlTypeSystem
2021-04-25 16:14:33 +02:00
Simon Binder
12ab64a33e
Support cancellations in moor_flutter
2021-04-01 17:43:23 +02:00
David Martos
8f9e2a9edb
Use carret syntax
...
Co-authored-by: Simon Binder <oss@simonbinder.eu>
2021-03-21 15:33:38 +01:00
David Martos
b6bf784f14
Update to stable version of sqflite_sqlcipher
2021-03-21 12:49:06 +01:00
Simon Binder
1d08b73ed4
Remove now unnecessary dependency overrides
2021-03-18 22:56:47 +01:00
Simon Binder
c498af95ba
Fix with_build_value example once more
2021-03-16 19:24:06 +01:00
Simon Binder
1b6c031aaa
Migrate migrations example to null-safety
2021-03-09 21:52:46 +01:00
Simon Binder
3584614d24
Fix dependencies of with_built_value
2021-03-07 14:06:51 +01:00
Simon Binder
2f13e20a1f
Upgrade with_built_value example
2021-02-25 20:41:56 +01:00
Simon Binder
20d9cdf0fd
Add web worker example
2021-01-31 21:50:12 +01:00
Simon Binder
ca2be1bb6a
Add Dart default value to generated schema ( #1018 )
2021-01-27 22:10:34 +01:00
Simon Binder
e07397006f
Remove SelectableUtils extension
2021-01-20 12:06:48 +01:00
Simon Binder
36edcf0ed6
Make getSingle() and watchSingle() non-nullable
2020-12-14 20:22:27 +01:00
Simon Binder
5401a4c80a
Publish dev packages to simonbinder.eu
2020-12-10 15:19:02 +01:00
Simon Binder
42ba773422
Consequently upgrade dev version to 4.0.0
2020-12-07 21:30:15 +01:00
David Martos
7d0b2db2a2
nnbd migration of encrypted_moor and moor_flutter
2020-11-26 18:45:29 +01:00
Simon Binder
0259fd58fd
Support older versions of the convert package too
2020-11-26 16:59:06 +01:00
David Martos
439f36ca85
sqflite_sqlcipher nnbd version
2020-11-25 17:24:47 +01:00
Simon Binder
e067b00375
Delete Cirrus CI files
2020-11-20 20:02:12 +01:00
Simon Binder
a5ca7e745f
Add more dependency overrides
2020-11-20 18:14:39 +01:00
Simon Binder
0ef7353df5
Setup CI with Dart 2.12 beta
2020-11-18 10:53:20 +01:00
Simon Binder
6c913a4811
Support raw statements in migration tests ( #909 )
2020-11-14 12:26:01 +01:00
Simon Binder
c7669a18a0
Fix more bugs in schema verification tests
2020-11-11 11:36:19 +01:00
Simon Binder
f83aa1a35a
Add moor-file based table to migration example
2020-11-09 18:55:45 +01:00
Gustav Bylund
3415c3e84c
chore: regenerate integratation test database.g.dart
2020-10-28 00:43:56 +01:00
Gustav Bylund
4eba4e7070
feat: add support for documentation comments
2020-10-28 00:43:56 +01:00
Simon Binder
85206d2fd7
Resolve dependency mismatches in built value example
2020-10-21 10:57:24 +02:00
Simon Binder
6eab57f114
Add more docs in the migrations example
2020-10-21 10:33:31 +02:00
Simon Binder
cf537721cb
Add tools to generate old versions of a database
2020-10-14 21:15:17 +02:00
Simon Binder
00bce95e97
Don't add test/ dir to coverage
2020-08-22 12:39:43 +02:00
Simon Binder
1feaf571cb
Fix coverage resolving
2020-08-21 21:26:27 +02:00
Simon Binder
6fba2555c1
Api to turn AST nodes into a textual represenation
2020-08-21 16:44:17 +02:00
Simon Binder
599128273c
Migrate with_built_value to moor/ffi
2020-07-29 12:03:47 +02:00
Simon Binder
7623362fc6
Don't test moor_ffi in CI
...
We don't have Flutter in the CI, and the package is
deprecated.
2020-07-29 11:28:55 +02:00
Simon Binder
4f6798c0ab
Test moor_ffi through Flutter in CI
2020-07-29 11:17:57 +02:00
Simon Binder
167a267bb7
Merge branch 'master' into develop
...
# Conflicts:
# extras/integration_tests/flutter_db/pubspec.lock
# moor_ffi/CHANGELOG.md
# moor_ffi/pubspec.yaml
2020-07-29 10:42:24 +02:00
Simon Binder
5c6e8a76b6
Split ffi & sqflite integration tests
2020-07-23 12:27:45 +02:00
Simon Binder
270a29164f
Migrate integration test to new ffi library
2020-07-18 17:57:17 +02:00
Simon Binder
22391a9c54
Migrate benchmarks to sqlite3/ package
2020-07-10 17:30:10 +02:00
Simon Binder
e4fa5fb936
Begin migration to sqlite3 package
2020-07-08 19:04:57 +02:00
Simon Binder
110a8d9e53
Add empty Android plugin class to moor_ffi
2020-07-08 16:02:20 +02:00
Simon Binder
634d1318e0
Add empty Android plugin class to moor_ffi
2020-07-03 12:10:37 +02:00
Simon Binder
e6a51b5ac4
moor_ffi: Build with latest sqlite3 and rtree
2020-06-24 17:47:14 +02:00
Simon Binder
ced0b3b5c7
Encrypted moor: Assert non-nullable transactions
2020-06-19 14:13:15 +02:00
Simon Binder
231efe26a7
Run integration tests for encrypted_moor as well
2020-05-28 11:14:09 +02:00
Simon Binder
7ad8c619f9
moor_flutter: Don't upgrade schema when migration throws ( #584 )
2020-05-28 10:40:33 +02:00
Simon Binder
df32408a7c
Add destructive migration feature ( #576 )
2020-05-16 13:22:09 +02:00
Simon Binder
25ee06ab36
Don't attempt to close databases that have never been open ( #560 )
2020-05-13 11:12:17 +02:00
Simon Binder
348fb655ce
Update pubspec for the encrypted executor
2020-05-04 13:13:13 +02:00
Simon Binder
93ae15986a
Fix batches in moor_flutter
2020-05-03 14:24:25 +02:00
Simon Binder
aed5b43892
Fix integration tests on web
2020-05-03 13:56:49 +02:00
Simon Binder
0a30b8a12e
Upgrade integration tests, release sqlparser 0.8
2020-05-03 13:28:34 +02:00
Simon Binder
9ee050525d
Flutter integration tests for isolates
2020-04-25 16:34:45 +02:00
Simon Binder
97cff8564d
Migrate integration tests to DatabaseConnection
2020-04-25 15:12:55 +02:00
Simon Binder
1546f323b2
Merge branch 'master' into develop
...
# Conflicts:
# docs/content/en/docs/Getting started/advanced_dart_tables.md
# docs/content/en/docs/Using SQL/moor_files.md
# extras/integration_tests/flutter_db/lib/moor_flutter.dart
# moor/CHANGELOG.md
# moor/lib/src/runtime/isolate/client.dart
# moor/lib/src/runtime/isolate/server.dart
# moor/pubspec.yaml
# moor_ffi/test/database/database_test.dart
2020-04-25 12:44:01 +02:00
Simon Binder
821d1620cd
Run batch statements in the right order
2020-04-24 20:09:46 +02:00
Simon Binder
62a363105a
Refactor Insertables to avoid covariant parameters
2020-04-17 18:02:05 +02:00
David Martos
871b5b212f
rename integration tests main files
2020-04-15 19:32:42 +02:00