Hayden
|
bb0fad1dbe
|
refactor: standard naming (#278)
* refactor: rename flinksql to flink
* refactor: rename pgsql to postgresql
* refactor: rename trinosql to trino
* refactor: replace all default exports with named export
* refactor: rename basicParser to basicSQL
* refactor: rename basic-parser-types to types
* refactor: replace arrow func with plain func
|
2024-03-27 10:33:25 +08:00 |
|
Hayden
|
ecbbee32c7
|
test: remove barrier files to improve unit testing performance (#249)
* test: remove barrier files to improve unit testing performance
* chore: change check-types command
|
2024-01-19 21:10:00 +08:00 |
|
Hayden
|
8f72a5af60
|
Fix/export abstract visitor (#237)
* fix: #236 export AbstractParseTreeVisitor
* build: set isolatedModules true
* feat: import parser about from filters
|
2023-12-19 19:22:27 +08:00 |
|
琉易
|
0d9d3d65f3
|
test: accurate description (#183)
* test: accurate description
* refactor: optimize the use of tableName and viewName for
---------
Co-authored-by: liuyi <liuyi@dtstack.com>
|
2023-10-18 10:53:43 +08:00 |
|
Frank
|
d1c2920f80
|
Feat/spark sql auxiliary syntax (#165)
* feat: supplement SparkSQL add syntax unit test
* chore: recompile spark listener & visitor
---------
Co-authored-by: dilu <dilu@dtstack.com>
|
2023-10-09 09:49:22 +08:00 |
|