Simon Binder
|
074b663b79
|
Parse "STRICT" table definitions
|
2021-08-28 16:32:00 +02:00 |
Simon Binder
|
aa75cbaa19
|
Prepare parser for schema support
|
2021-07-22 21:32:53 +02:00 |
Simon Binder
|
e1d633526b
|
Refactor custom table information in sqlparser
|
2021-05-25 18:46:10 +02:00 |
Simon Binder
|
258512e044
|
Support dart placeholders for inserts
|
2021-05-06 22:35:57 +02:00 |
Simon Binder
|
1de5479d60
|
Add explicit aliases with new codegen
|
2021-05-04 21:00:28 +02:00 |
Simon Binder
|
17f43bc9fc
|
Parse RAISE expressions (#1154)
|
2021-04-21 20:29:50 +02:00 |
Simon Binder
|
602212f99d
|
Support REQUIRED annotation for query vars
|
2021-04-13 22:14:12 +02:00 |
Simon Binder
|
eb39738460
|
Initial support for RETURNING in the generator
|
2021-03-30 23:24:28 +02:00 |
Simon Binder
|
5ce5a48cff
|
Prefer a space after a closing ) in functions
|
2021-03-23 19:31:55 +01:00 |
Simon Binder
|
b9b7f407c9
|
Parse RETURNING clauses
|
2021-03-13 20:41:14 +01:00 |
Simon Binder
|
687263dd66
|
Analysis support for generalized upserts
|
2021-03-13 16:07:12 +01:00 |
Simon Binder
|
c9f8af346d
|
Parse more than ON CONFLICT clause
|
2021-03-13 15:21:27 +01:00 |
Simon Binder
|
b110773053
|
Support MATERIALIZED / NOT MATERIALIZED
|
2021-03-13 14:00:06 +01:00 |
Simon Binder
|
3000cb2e44
|
Parse FROM clauses for update statements
|
2021-03-13 12:02:35 +01:00 |
Hossein Yousefi
|
c0fc691a94
|
view analyzer class added
|
2021-02-11 18:38:41 +01:00 |
Simon Binder
|
76e6d2d219
|
Fix whitespace handling in new SQL generator
|
2021-01-24 12:27:53 +01:00 |
Simon Binder
|
4ba12c4868
|
Strip whitespace and comments from generated queries
|
2021-01-23 21:03:03 +01:00 |
Simon Binder
|
5ff74c7bcb
|
Improve table analysis, parse key ordering (#1007)
|
2021-01-18 14:44:05 +01:00 |
Simon Binder
|
9025280a89
|
Migrate sqlparser to null safety
|
2020-12-11 10:53:17 +01:00 |
Simon Binder
|
2ae2388878
|
Support default values for Dart placeholders (#753)
|
2020-08-30 13:48:47 +02:00 |
Simon Binder
|
57efa4bb89
|
Add more tests for node to text
|
2020-08-22 12:36:36 +02:00 |
Simon Binder
|
6fba2555c1
|
Api to turn AST nodes into a textual represenation
|
2020-08-21 16:44:17 +02:00 |