Simon Binder
|
94634bd48b
|
Support custom fts5 queries
|
2019-12-12 18:56:37 +01:00 |
Simon Binder
|
da9ca61e0c
|
Don't remap tables from sql -> moor -> sql
|
2019-12-12 18:06:56 +01:00 |
Simon Binder
|
7ab71f7558
|
Adapt tests for new equals methods
|
2019-12-12 18:00:29 +01:00 |
Simon Binder
|
a23ff772fa
|
Improve syntax highlighting in the sql IDE
|
2019-12-11 21:14:33 +01:00 |
Simon Binder
|
bdea374fa2
|
Generator: Extract writer into a top-level library
|
2019-12-11 10:44:28 +01:00 |
Simon Binder
|
2c97373bdd
|
Support implicit-dynamic: false
Closes #268
|
2019-12-10 20:38:08 +01:00 |
Simon Binder
|
74ebb8a9ab
|
Ability to create fts5 tables in moor files (#196)
|
2019-12-10 20:24:08 +01:00 |
Simon Binder
|
40eaf17a7d
|
Generator tests: Always provide task and file for a step
|
2019-12-07 17:53:53 +01:00 |
Simon Binder
|
028d5558f5
|
Fix alias typo when generating table classes
|
2019-12-07 09:29:18 +01:00 |
Simon Binder
|
28b1e19145
|
Test that dart components can be used from UseMoor/Dao
Fixes #267
|
2019-12-05 19:23:52 +01:00 |
Simon Binder
|
3c74a20f56
|
Enable more recent lints and enforce them
|
2019-12-04 21:45:09 +01:00 |
Simon Binder
|
092f64d7cf
|
Escape column names during insert
|
2019-12-02 21:40:41 +01:00 |
Simon Binder
|
a0ce3421c9
|
Resolve json functions when option is set (#235)
|
2019-11-28 21:50:55 +01:00 |
Simon Binder
|
8320ddc788
|
Make modules configurable via a build option
|
2019-11-28 20:46:42 +01:00 |
Simon Binder
|
9e7e6d0922
|
Use json_serializable for the build options
|
2019-11-28 20:34:07 +01:00 |
Simon Binder
|
75d4463085
|
Use same generator session in same build step
|
2019-11-28 20:14:08 +01:00 |
Simon Binder
|
684c988d4e
|
Verify that tables are found through delegated columns
|
2019-11-24 14:54:19 +01:00 |
Simon Binder
|
bb1fcc1590
|
Fix analyzer crash at CTE (#255)
|
2019-11-24 14:46:20 +01:00 |
Simon Binder
|
a1f9e7ce13
|
Disable our own caching algorithm across build steps
|
2019-11-20 11:51:38 +01:00 |
Simon Binder
|
7609df34f0
|
Support selecting custom expressions
|
2019-11-16 16:38:02 +01:00 |
Simon Binder
|
598fef750e
|
RELEASE
- moor 2.1.0
- moor_generator 2.1.0
- sqlparser 0.4.0
- moor_ffi 0.2.0
|
2019-11-16 11:23:11 +01:00 |
Simon Binder
|
e83464df28
|
Prepare 2.1.0 release
|
2019-11-13 21:14:38 +01:00 |
Simon Binder
|
98470109cf
|
Remove built_value(_generator) dependency from generator
|
2019-11-04 17:09:21 +01:00 |
Simon Binder
|
5cc1f85441
|
Inject mock streams via .connect constructor
|
2019-10-30 19:25:26 +01:00 |
Simon Binder
|
bf1e174ca3
|
Formally support analyzer 0.40.0
It looks like we don't use any of the removed APIs, but that's hard to verify because most of our dependencies don't support analyzer 0.40.0 yet.
|
2019-10-27 10:46:29 +01:00 |
Simon Binder
|
45a8d8fbb3
|
IDE: Add navigation support for more types of columns
|
2019-10-24 20:41:58 +02:00 |
Simon Binder
|
a69f469444
|
Support sqlite_master, sqlite_sequence tables (#197)
|
2019-10-19 16:56:36 +02:00 |
Simon Binder
|
fd27c878d4
|
Fix errors in sqlparser that were swallowed before
|
2019-10-19 16:41:30 +02:00 |
Simon Binder
|
263004fe7b
|
Option to use the column name as json key in moor files
Closes #176
|
2019-10-17 21:44:20 +02:00 |
Simon Binder
|
95f37575f8
|
Optionally use data class name for companions
Closes #185
|
2019-10-16 21:33:13 +02:00 |
Simon Binder
|
4c090af98c
|
Ability to override json keys in moor files (#176)
|
2019-10-14 19:59:52 +02:00 |
Simon Binder
|
ff7d587339
|
Add real-world example for table inheritance to test
|
2019-10-11 22:03:32 +02:00 |
Simon Binder
|
0b9d4c897b
|
Properly handle overridden elements when parsing columns
|
2019-10-11 18:00:17 +02:00 |
Simon Binder
|
337e260667
|
Support inheritance in table definitions (#169)
|
2019-10-11 17:43:48 +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
|
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
|
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
|
364e3f0c1a
|
Release moor 2.0
|
2019-10-03 15:39:32 +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
|
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 |