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
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
David
6424bd209c
sqflite_sqlcipher dependency
2020-03-15 20:43:10 +01:00
Simon Binder
60d3bf05e1
Remove coupling between QueryExecutor and generated db
...
Closes #372
2020-03-15 14:55:02 +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
dcf09b55d8
Expose underlying db in encrypted moor
2020-03-02 20:46:43 +01:00
Simon Binder
3c74a20f56
Enable more recent lints and enforce them
2019-12-04 21:45:09 +01:00
Michael Spiss
d96887b4e9
Fix version solving fail for extras/encryption
...
Version solving fails with the newest release of moor (2.0.0). This only updates the moor version in pubspec.yaml as the mirrored moor_flutter.dart has not changed except for the removal of functionality that was not supported by encrypted_moor.dart.
2019-10-07 22:16:31 +02:00
Simon Binder
8ea7404133
Update encrypted db to match moor_flutter features
2019-08-18 09:58:04 +02:00
Simon Binder
b26baddd01
Fix some docs, make isOpen lookup faster
2019-08-17 18:25:56 +02:00
Simon Binder
94a9b9e2bc
Document type converters feature
2019-07-28 13:44:25 +02:00
Simon Binder
42f66679f1
Publish a simple encrypted version for moor
2019-07-24 19:23:25 +02:00