Ruihang Xia
|
fbbf3978d9
|
fix: render comment in SHOW CREATE TABLE (#2427)
* feat: add comment field to ColumnDef
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix sqlness case
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-09-18 10:51:10 +00:00 |
|
Ruihang Xia
|
92824d1c66
|
fix: update several sqlness results (#2422)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-09-17 11:33:40 +00:00 |
|
Niwaka
|
3504d8254e
|
fix: unused table options (#2267)
* fix: unused table options keys
* refactor: simplify validate table options
* chore: Add newlines
---------
Co-authored-by: Yingwen <realevenyag@gmail.com>
|
2023-09-12 07:57:15 -05:00 |
|
Ruihang Xia
|
1bbec75f5b
|
fix: skip partition clause in show create table (#2200)
* fix: skip partition clause in show create table
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update test results
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-08-18 09:10:31 +00:00 |
|
dennis zhuang
|
2a9f482bc7
|
feat: show create table (#1336)
* temp commit
* feat: impl Display for CreateTable statement
* feat: impl show create table for standalone
* fix: forgot show.rs
* feat: clean code
* fix: typo
* feat: impl show create table for distributed
* test: add show create table sqlness test
* fix: typo
* fix: sqlness tests
* feat: render partition rules for distributed table
* Update src/sql/src/statements.rs
Co-authored-by: Yingwen <realevenyag@gmail.com>
* Update src/sql/src/statements.rs
Co-authored-by: Yingwen <realevenyag@gmail.com>
* Update src/sql/src/statements.rs
Co-authored-by: Yingwen <realevenyag@gmail.com>
* Update src/sql/src/statements/create.rs
Co-authored-by: Yingwen <realevenyag@gmail.com>
* chore: by CR comments
* fix: compile error
* fix: missing column comments and extra table options
* test: add show create table test
* test: add show create table test
* chore: timestamp precision
* fix: test
---------
Co-authored-by: Yingwen <realevenyag@gmail.com>
|
2023-04-21 11:37:16 +08:00 |
|