| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:a8645f7215087df3309048de31a7f0b3dc802a11
|
| |
|
|
|
|
| |
Added absent checks for `langVer` at `EXCEPT/INTERSECT/DISTINCT`
translation. In next PR will get rid of `.sqlx` file extensions.
commit_hash:699cc8f6084d1d2fc19ecd53c35a56496dc842f4
|
| |
|
|
| |
commit_hash:ed91bc01a9eb89e8817a6441ee293bf98524290c
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Introduce `UNION` and `INTERSECT/EXCEPT` grammar rules
for precedence. Rewrote `Build` procedure into `BuildStmt`,
`BuildUnion`, `BuildIntersection`. Added tests, modify format.
It took a lot of time trying to adapt the existing `Build` procedure.
The I noticed that the logic for `union` and `intersection` is
different, since `union` groups arguments into bundles, but
`intersection` is a strictly binary operation.
commit_hash:70008ae3c2603364b6dfbeeb189fdc7f5237433d
|
| |
|
|
| |
commit_hash:4c68311d9e875b6643dd49aae1c385aace4ca978
|
|
|
commit_hash:632e24794e8bcf6ef0502b7e8c031e964d28d36a
|