westito
171cf88aac
Regenerate all test code
2022-04-02 20:11:40 +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
35efc68e42
Web: Re-run setup whenever database is re-opened
2022-03-03 14:18:44 +01:00
Simon Binder
e38a6b9059
Add setup parameter for web databases
2022-02-27 19:56:54 +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
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
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
f3360d06a6
Use a single generated column implementation
2021-06-19 16:31:08 +02:00
Simon Binder
41eb6f4181
Avoid dynamic when overriding ==
2021-05-14 18:50:29 +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
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
0259fd58fd
Support older versions of the convert package too
2020-11-26 16:59:06 +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
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
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
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
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
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
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
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 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