Commit Graph

27 Commits

Author SHA1 Message Date
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 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 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
David Martos 439f36ca85 sqflite_sqlcipher nnbd version 2020-11-25 17:24:47 +01:00
Simon Binder 0ef7353df5
Setup CI with Dart 2.12 beta 2020-11-18 10:53:20 +01: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 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