Commit Graph

128 Commits

Author SHA1 Message Date
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
David Martos d2e25baa62 More robust integration tests for moor_ffi and moor_flutter 2020-04-15 19:31:17 +02:00
David 6424bd209c sqflite_sqlcipher dependency 2020-03-15 20:43:10 +01:00
Simon Binder bc1f347498
Test transactions in migrations (#430) 2020-03-15 15:16:22 +01:00
Simon Binder 60d3bf05e1
Remove coupling between QueryExecutor and generated db
Closes #372
2020-03-15 14:55:02 +01:00
Simon Binder ae7c9df049
Add integration test to save and restore databases 2020-03-10 20:43:39 +01:00
David 25facaaf18 fix runCustom args in encrypted moor 2020-03-08 20:15:22 +01:00
Simon Binder 994374e191
Merge branch 'master' into develop 2020-03-07 11:09:13 +01:00
David Martos 2bcd51f437 The onUpgrade callback in the moor migrator was not being fired when downgrading a database using moor_flutter.
The change has been made to moor_flutter and to moor_flutter with encryption
2020-03-03 23:14:19 +01:00
David Martos 3fba2ce05b Improvements in the moor_flutter integration tests
* The asset db test was not being cleaned up
* The batch execution was not being awaited, so sometimes was interfering with other tests with the error (1032) SQLITE_READONLY_DBMOVED (https://www.sqlite.org/rescode.html#readonly_dbmoved)
2020-03-03 23:14:19 +01:00
David Martos dcf09b55d8 Expose underlying db in encrypted moor 2020-03-02 20:46:43 +01:00
Simon Binder d7bb4f51e6
Merge branch 'dont-use-double-quoted-strings' into develop 2020-02-25 14:17:38 +01:00
Simon Binder 341d03c8f2
moor_flutter: Fix runCustom not using variables 2020-02-23 19:43:11 +01:00
Simon Binder 2b780492d3
Re-run generator on benchmark project 2020-02-19 19:32:00 +01:00
Simon Binder b266e5e53f
Collect coverage for moor_ffi (#400) 2020-02-19 13:00:03 +01:00
Simon Binder e2b65e968a
Rename customSelectQuery to just customSelect
Also fix a crash in the builder
2020-02-17 20:43:42 +01:00
Simon Binder 8c4c6cd8cd
Remove insertAll and orReplace 2020-02-17 18:11:01 +01:00
Simon Binder 11af414551
Remove the second type parameter on expressions 2020-02-17 18:05:24 +01:00
Simon Binder 9e1a12432a
Don't export core moor from moor_web 2020-02-17 17:11:34 +01:00
Simon Binder 7c62d6cdd1
Provide IndexedDB backend on the web (#390) 2020-02-16 13:26:25 +01:00
Simon Binder 814e7bf61d
SqlEngine: Migrate default construtor to options 2020-02-10 18:48:03 +01:00