Simon Binder
337e260667
Support inheritance in table definitions ( #169 )
2019-10-11 17:43:48 +02:00
Simon Binder
77fcf7a7ba
Release moor and moor_generator 2.0.1, sqlparser 0.3.0+1
2019-10-11 17:24:04 +02:00
Simon Binder
24c4e5c7d4
Don't run analyzer tests on the CI
2019-10-11 16:42:08 +02:00
Simon Binder
5ae3d7c2af
Prepare pubspec and changelog for 2.0.1 release
2019-10-11 13:17:50 +02:00
Simon Binder
fb85ac80cb
Run builder on integration tests, support analyzer 0.38
2019-10-10 17:30:22 +02:00
Simon Binder
e66eaa6127
Merge pull request #181 from minia68/master
...
Make transaction return a value
2019-10-10 17:06:05 +02:00
Ryzhkov Sergey
c0d75f1654
make transaction return value
2019-10-10 16:52:09 +03:00
Simon Binder
47f8dbb90d
Make streams emit cached data for multiple listeners
...
Fixes #178
2019-10-09 22:39:19 +02:00
Simon Binder
720ca43cc4
Re-run build on flutter example app
2019-10-09 21:28:36 +02:00
Simon Binder
aef8e15d61
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# moor_generator/CHANGELOG.md
2019-10-09 20:32:25 +02:00
Simon Binder
5510a90583
Fix warnings (2.6-dev SDK), escape \r, constant workaround
2019-10-09 19:48:52 +02:00
Simon Binder
c329c409d6
Merge pull request #177 from michaelspiss/patch-1
...
Fix version solving fail for extras/encryption
2019-10-07 22:39:53 +02: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
6e32e37dd7
Remove unnecessary type parameter on createCompanion
2019-10-05 22:41:23 +02:00
Simon Binder
718af051ff
Optionally disable verification code ( #173 )
2019-10-05 21:41:20 +02:00
Simon Binder
ed03bff4c2
Recognize boolean and datetime column in moor
2019-10-05 21:24:41 +02:00
Simon Binder
fb7c3c2a9a
Dart API for between expressions ( closes #159 )
2019-10-05 13:38:34 +02:00
Simon Binder
ef1dd8d2c5
Scan \r as whitespace ( #170 )
2019-10-04 22:21:17 +02:00
Simon Binder
6b1ebac16b
Document all public moor apis, enable appropriate lint
2019-10-04 22:19:41 +02:00
Simon Binder
364e3f0c1a
Release moor 2.0
2019-10-03 15:39:32 +02:00
Simon Binder
ab12380ec1
Merge branch 'develop' into beta
2019-10-03 13:58:05 +02:00
Simon Binder
b0d69f346f
Make StartWithValueTransformer subscribe in same microtask
2019-10-03 11:39:12 +02:00
Simon Binder
c2845cb248
Invalidate cached stream data on update ( #166 )
2019-10-03 11:28:44 +02:00
Simon Binder
a74cc3b624
Create tables sequentially, manually create migrators
...
(#165 )
2019-10-02 22:49:34 +02:00
Simon Binder
20cac9fefd
Merge branch 'develop' into beta
2019-10-01 20:39:44 +02:00
Simon Binder
7cae79d76b
Document how to debug the plugin, prepare 2.0 release
2019-10-01 17:58:17 +02:00
Simon Binder
742cec4d0e
More guides for moor 2.0
2019-10-01 12:07:25 +02:00
Simon Binder
869aaada90
Unit tests for row.read*
2019-09-29 16:33:09 +02:00
Simon Binder
4137f6cffa
Write unit tests for DelegateDatabase
2019-09-29 16:21:09 +02:00
Simon Binder
308167dc12
Support mapping BLOBs to literals
2019-09-29 15:18:11 +02:00
Simon Binder
059fc69893
Fix lcov formatting
2019-09-29 14:39:20 +02:00
Simon Binder
5a0c0d9212
Use package:test_coverage for moor subproject
2019-09-29 11:27:35 +02:00
Simon Binder
234a96cd5e
Re-enable coverage for everything but moor_generator
2019-09-29 10:51:16 +02:00
Simon Binder
1ba687696f
Plugin: Navigation support for table references
2019-09-28 23:15:23 +02:00
Simon Binder
d91c69493f
Plugin: Navigation for column references in queries
2019-09-28 22:24:40 +02:00
Simon Binder
b9f934c1d4
Report information about where a column was declared
2019-09-28 22:01:28 +02:00
Simon Binder
12a6c45a42
Plugin: Fix deadlock when analyzing Dart imports in .moor
2019-09-28 19:21:03 +02:00
Simon Binder
1fc9ccb3cc
Plugin: Report navigation targets for import statements
2019-09-27 23:15:08 +02:00
Simon Binder
ab787b82be
Use existing parser code for auto-complete
...
This works very well when the user is typing at the end of a statement, but won't provide accurate results when editing in the middle.
2019-09-27 22:06:14 +02:00
Simon Binder
b684a7be69
Replace imports of test_api with test
2019-09-26 22:52:20 +02:00
Simon Binder
a6cfc5fdd8
Better types for nested expressions, more 2.0 docs
2019-09-26 22:46:19 +02:00
Simon Binder
c4f321748a
Prepare release for sqlparser 0.3.0
2019-09-25 20:19:39 +02:00
Simon Binder
fb68dc0888
Introduce option to generate less query code
2019-09-25 20:01:16 +02:00
Simon Binder
2a782a010e
Resolve types of columns in compound select statements
2019-09-25 19:46:39 +02:00
Simon Binder
f6a5009380
Report errors when ORDER or LIMIT is used in compound stmt
2019-09-25 18:08:24 +02:00
Simon Binder
0cbac2ee37
Parse compound select statements
2019-09-25 14:58:44 +02:00
Simon Binder
d9c2b5f342
Parse JOIN and INDEXED as identifiers when appropriate
2019-09-25 11:37:03 +02:00
Simon Binder
e0fc4a3af6
Support background isolate in moor_ffi
2019-09-25 10:36:43 +02:00
Simon Binder
75f432c5f4
Merge branch 'develop' into beta
2019-09-24 22:51:09 +02:00
Simon Binder
e292a7cff8
Re-comment plugin in analysis options
2019-09-24 22:50:59 +02:00