Simon Binder
|
098fcc2d1b
|
Parse new join kinds from sqlite 3.39
|
2022-05-26 23:23:02 +02:00 |
Simon Binder
|
d330c9b001
|
sqlparser: Support new syntax for `IS` expressions
|
2022-05-26 22:24:41 +02:00 |
Simon Binder
|
bd7df51579
|
Fix remaining tests
|
2022-05-26 20:35:53 +02:00 |
Simon Binder
|
e503bc68a5
|
New implementation for reference scopes
|
2022-05-25 23:32:15 +02:00 |
Simon Binder
|
93d328f056
|
Rename `moor` to `drift` in `sqlparser`
|
2022-02-26 21:38:28 +01:00 |
Simon Binder
|
6bb870458f
|
Analysis for sqlite 3.38
|
2022-02-23 22:06:42 +01:00 |
Simon Binder
|
19bd92bfd9
|
Remove redundant imports
|
2021-12-09 14:10:51 +01:00 |
Simon Binder
|
f42357c1d9
|
Fix error message in fts5 functions
|
2021-09-11 16:53:32 +02:00 |
Simon Binder
|
074b663b79
|
Parse "STRICT" table definitions
|
2021-08-28 16:32:00 +02:00 |
Simon Binder
|
8a529b3821
|
Support latest sqlite in parser, update changelog
|
2021-06-30 22:30:56 +02:00 |
Simon Binder
|
67f7e269e0
|
Lift parser.dart out of singleton dir
|
2021-04-21 19:59:18 +02:00 |
Simon Binder
|
7c911713de
|
Two more analysis errors around RETURNING
|
2021-03-13 22:25:39 +01:00 |
Simon Binder
|
687263dd66
|
Analysis support for generalized upserts
|
2021-03-13 16:07:12 +01:00 |
Simon Binder
|
3cf3be27ae
|
sqlparser: Support the built-in math extension
|
2021-03-13 14:37:44 +01:00 |
Simon Binder
|
b110773053
|
Support MATERIALIZED / NOT MATERIALIZED
|
2021-03-13 14:00:06 +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
|
5ff74c7bcb
|
Improve table analysis, parse key ordering (#1007)
|
2021-01-18 14:44:05 +01:00 |
Simon Binder
|
1d0cba14cd
|
Merge types2 and rest of types
|
2020-12-12 21:31:27 +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 |
Markus Richter
|
df6f6fafa2
|
Add NamedResultSet type, adress review issues
|
2020-05-16 13:50:30 +02:00 |
Simon Binder
|
fc0b1f4388
|
Use package:charcode for sql scanning
|
2020-05-02 14:17:49 +02:00 |
Simon Binder
|
9a78604d98
|
Fix issues with new inference, enable it by default
|
2020-04-16 19:07:30 +02:00 |
Simon Binder
|
990755f170
|
Static analysis for moor_ffi functions
|
2020-02-19 12:25:40 +01:00 |
Simon Binder
|
10b12a5976
|
Remove two more tiny deprecated members
|
2020-02-17 21:22:43 +01:00 |
Simon Binder
|
7fc1671bf8
|
Fix null pointer in SqlEngine constructor
|
2020-02-12 19:52:19 +01:00 |
Simon Binder
|
814e7bf61d
|
SqlEngine: Migrate default construtor to options
|
2020-02-10 18:48:03 +01:00 |
Simon Binder
|
b143ee5a4b
|
Refactor sql scoping, make aliased tables explicit
|
2020-02-05 22:52:45 +01:00 |
Simon Binder
|
71ef9b8cd7
|
Support table-valued json1 functions
|
2020-01-26 14:42:52 +01:00 |
Simon Binder
|
5268d88344
|
Extract json1 support into an extension
|
2020-01-26 14:22:07 +01:00 |
Simon Binder
|
c82bff8c97
|
Analysis support for table-valued functions
|
2020-01-26 14:04:35 +01:00 |
Simon Binder
|
5622ed5c43
|
Analysis support for table-valued functions
|
2020-01-26 13:51:53 +01:00 |
Simon Binder
|
c8a155a44b
|
Autocomplete table names in sqlparser
|
2020-01-18 21:41:36 +01:00 |
Simon Binder
|
8ae68707f8
|
Smarter many-to-one propagation in types2
|
2020-01-15 22:10:18 +01:00 |
Simon Binder
|
ddda6797e1
|
types: Analyze functions
|
2020-01-13 20:40:46 +01:00 |
Simon Binder
|
a3708b7230
|
Remove deprecated usages of SqlEngine constructor
|
2020-01-07 11:40:43 +01:00 |
Simon Binder
|
70259c8f83
|
Build options to enable types2 inference
|
2020-01-04 22:29:21 +01:00 |
Simon Binder
|
75cbe74b53
|
Make "new" and "old" table available for triggers
|
2020-01-01 20:37:34 +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
|
c54a62120d
|
sqlparser: Support CAST expressions
|
2019-12-30 20:46:54 +01:00 |
Simon Binder
|
7abda32ac4
|
Add argument to sql visitor class
|
2019-12-26 12:35:29 +01:00 |
Simon Binder
|
d2b70e69dc
|
Support explicit type arguments in moor_generator
|
2019-12-25 21:07:08 +01:00 |
Simon Binder
|
412e8b4c83
|
Ability to override variable types in the sqlparser
|
2019-12-25 19:50:32 +01:00 |
Simon Binder
|
c9f29fab5b
|
Support detailed analysis for fts5 functions
|
2019-12-13 22:30:36 +01:00 |
Simon Binder
|
94634bd48b
|
Support custom fts5 queries
|
2019-12-12 18:56:37 +01:00 |
Simon Binder
|
74ebb8a9ab
|
Ability to create fts5 tables in moor files (#196)
|
2019-12-10 20:24:08 +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
|
a0ce3421c9
|
Resolve json functions when option is set (#235)
|
2019-11-28 21:50:55 +01:00 |