Simon Binder
|
93d328f056
|
Rename `moor` to `drift` in `sqlparser`
|
2022-02-26 21:38:28 +01:00 |
Simon Binder
|
f42357c1d9
|
Fix error message in fts5 functions
|
2021-09-11 16:53:32 +02:00 |
Simon Binder
|
cc6d553fa6
|
Format with Dart 2.14
|
2021-09-09 17:07:41 +02:00 |
Simon Binder
|
3cf3be27ae
|
sqlparser: Support the built-in math extension
|
2021-03-13 14:37:44 +01:00 |
Simon Binder
|
68b3d7d634
|
Add sqlite version argument to engine
|
2021-03-13 13:25:16 +01:00 |
Simon Binder
|
725cad3651
|
Fix types of the rank column (#1066)
|
2021-02-25 20:29:57 +01:00 |
Simon Binder
|
9025280a89
|
Migrate sqlparser to null safety
|
2020-12-11 10:53:17 +01:00 |
Simon Binder
|
ccea0a5d36
|
Don't throw parsing errors for top-level statements
|
2020-06-24 17:08:13 +02:00 |
Simon Binder
|
8b6abd7140
|
Move referenced table finder to sqlparser package (#537)
|
2020-05-04 22:00:41 +02:00 |
Simon Binder
|
9a78604d98
|
Fix issues with new inference, enable it by default
|
2020-04-16 19:07:30 +02:00 |
Simon Binder
|
814e7bf61d
|
SqlEngine: Migrate default construtor to options
|
2020-02-10 18:48:03 +01:00 |
Simon Binder
|
71ef9b8cd7
|
Support table-valued json1 functions
|
2020-01-26 14:42:52 +01:00 |
Simon Binder
|
c8a155a44b
|
Autocomplete table names in sqlparser
|
2020-01-18 21:41:36 +01:00 |
Simon Binder
|
b04ebc9e8c
|
Utils to make testing autocomplete easier
|
2020-01-18 20:51:09 +01:00 |
Simon Binder
|
a3708b7230
|
Remove deprecated usages of SqlEngine constructor
|
2020-01-07 11:40:43 +01:00 |
Simon Binder
|
ba603f22cc
|
Merge branch 'develop' into views-triggers-indexes
# Conflicts:
# moor/lib/moor.dart
# moor/lib/src/runtime/api/query_engine.dart
# moor/lib/src/runtime/query_builder/schema/entities.dart
# moor/test/data/tables/custom_tables.g.dart
# moor/test/data/tables/tables.moor
# moor/test/parsed_sql/moor_files_integration_test.dart
# moor_generator/lib/src/analyzer/moor/parser.dart
# moor_generator/lib/src/analyzer/runner/steps.dart
# moor_generator/lib/src/analyzer/runner/steps/analyze_dart.dart
# moor_generator/lib/src/model/specified_db_classes.dart
# moor_generator/lib/src/writer/database_writer.dart
# sqlparser/lib/src/ast/ast.dart
# sqlparser/lib/src/ast/statements/create_table.dart
# sqlparser/lib/src/ast/statements/statement.dart
# sqlparser/lib/src/reader/parser/schema.dart
# sqlparser/lib/src/reader/tokenizer/token.dart
# sqlparser/test/engine/autocomplete/static_test.dart
|
2019-12-30 21:08:32 +01:00 |
Simon Binder
|
c9f29fab5b
|
Support detailed analysis for fts5 functions
|
2019-12-13 22:30:36 +01:00 |
Simon Binder
|
3c74a20f56
|
Enable more recent lints and enforce them
|
2019-12-04 21:45:09 +01:00 |
Simon Binder
|
f4c05f44c7
|
sqlparser: Read table schemas for fts5 tables
|
2019-12-04 19:55:23 +01:00 |
Simon Binder
|
325820af80
|
Parse CREATE VIRTUAL TABLE statements
|
2019-12-04 15:36:23 +01:00 |
Simon Binder
|
e553d37de6
|
Fix autocomplete tests
|
2019-10-21 17:27:38 +02:00 |
Simon Binder
|
1b7721a98f
|
Plugin: Import assists for column nullability
|
2019-09-08 21:36:26 +02:00 |
Simon Binder
|
a62c076c4c
|
Suggest CREATE TABLE statements in moor files
|
2019-09-07 22:49:23 +02:00 |