Simon Binder
|
c95a3badb2
|
Infer types for dart placeholder expressions
Also, infer where clauses to have a bool type
|
2019-09-14 22:44:20 +02:00 |
Simon Binder
|
f171098789
|
Parse Dart placeholders based on their context
|
2019-09-14 11:44:15 +02:00 |
Simon Binder
|
4c250c8f40
|
Parse dart template expressions and limit clauses
|
2019-09-13 23:08:29 +02:00 |
Simon Binder
|
dd8b4ab03a
|
Infer types for insert statements
|
2019-08-29 15:32:45 +02:00 |
Simon Binder
|
e911e74af2
|
Support window declarations on select statements
|
2019-08-19 18:06:25 +02:00 |
Simon Binder
|
7ba89c099f
|
Resolve and infer types for window expressions
|
2019-08-14 18:00:41 +02:00 |
Simon Binder
|
a550a49705
|
Export table structure from CREATE TABLE statements
|
2019-07-28 22:09:20 +02:00 |
Simon Binder
|
1766bb3f77
|
Fix tests that used "table" as a table name
(we now recognize that as a keyword)
|
2019-07-26 13:49:25 +02:00 |
Simon Binder
|
6c84013cfa
|
Correctly find references to aliased columns
|
2019-07-25 17:44:59 +02:00 |
Simon Binder
|
82f84732d0
|
Resolve aliased columns
|
2019-07-25 17:33:01 +02:00 |
Simon Binder
|
c5d46adcb5
|
Parse JOIN clauses without additional operators
Fixes #56
|
2019-07-02 22:07:30 +02:00 |
Simon Binder
|
3024157ec9
|
Parse and analyze tuples, rework type resolution for `IN`
|
2019-07-02 14:38:28 +02:00 |
Simon Binder
|
316f9e1052
|
Only resolve columns declared in scope of a statement
Fixes #52
|
2019-07-02 12:28:54 +02:00 |
Simon Binder
|
3e910123d2
|
Resolve and infer types related to like expressions
|
2019-07-01 13:59:52 +02:00 |
Simon Binder
|
baf3c9ce88
|
Parse update statements
|
2019-06-30 15:25:39 +02:00 |
Simon Binder
|
5e1ec15caa
|
Resolve types for between expression
|
2019-06-29 17:36:33 +02:00 |
Simon Binder
|
7a07a1ae78
|
Handle function calls in type resolution
|
2019-06-29 17:02:38 +02:00 |
Simon Binder
|
74257e0c83
|
Don't resolve functions.
It adds too much complication at the moment, so it's not
worth it for our simple purposes.
|
2019-06-29 16:14:59 +02:00 |
Simon Binder
|
807d1ddff0
|
Resolve index of sql parameters, documentation
|
2019-06-29 12:48:09 +02:00 |
Simon Binder
|
40a4ebdadf
|
Started to integrate the sqlparser into moor generator
|
2019-06-28 23:41:27 +02:00 |
Simon Binder
|
1479a0d850
|
Start resolving variables
|
2019-06-28 20:50:36 +02:00 |
Simon Binder
|
1271e730b8
|
Finish type resolution for simple expressions and columns
|
2019-06-28 10:50:41 +02:00 |
Simon Binder
|
db92059610
|
Better column name prediction for expressions
|
2019-06-27 15:30:29 +02:00 |
Simon Binder
|
6238e459d1
|
Beware of the mightily inefficient four-pass parser
(computers are fast these days ok??)
|
2019-06-26 23:07:30 +02:00 |
Simon Binder
|
62c20d0202
|
Add simple tests for reference resolution
|
2019-06-23 16:35:28 +02:00 |