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
Simon Binder
8ff0ece29a
Make the ffi test run via `pub run test`
2019-09-24 22:47:32 +02:00
Simon Binder
bf6d60b170
Fix column parser not accepting columns without type
2019-09-24 22:45:18 +02:00
Simon Binder
7c4f807907
Prepare moor_ffi package for release
2019-09-24 22:36:09 +02:00
Simon Binder
3e286e27af
Improve performance of blob reading/writing with ffi
2019-09-24 21:53:14 +02:00
Simon Binder
ba21a594af
Fix autocomplete and suggestions in the analyzer plugin
2019-09-24 20:50:23 +02:00
Simon Binder
cef3fd0bbe
Merge branch 'develop' into beta
2019-09-23 23:12:29 +02:00
Simon Binder
3ef0d0f61a
Fix ffi version on iOS and MacOS
2019-09-23 16:51:58 +02:00
Simon Binder
18639a364c
Merge branch 'develop' into beta
2019-09-22 21:45:51 +02:00
Simon Binder
b99bc820da
Add more tests in moor_ffi subproject
2019-09-22 16:26:17 +02:00
Simon Binder
0d56594933
FFI: Custom open behavior, isolate API, docs
2019-09-22 14:21:45 +02:00