Yingwen
|
2acecd3620
|
feat: support REPLACE INTO statement (#5820)
* feat: support replace into
* feat: support replace into
|
2025-04-03 03:22:43 +00:00 |
|
Weny Xu
|
007b63dd9d
|
fix: fix default value cannot accept negative number (#3217)
* fix: fix default value cannot accept negative number
* chore: apply suggestions from CR
|
2024-01-23 03:33:13 +00:00 |
|
JeremyHi
|
52ac093110
|
fix: drop table 0 rows affected (#2515)
|
2023-09-28 06:21:18 +00:00 |
|
Ruihang Xia
|
bee8323bae
|
chore: bump sqlness to 0.5.0 (#1877)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-07-04 19:49:12 +08: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 |
|
LFC
|
9ad6c45913
|
test: Sqlness tests for distribute mode (#979)
* test: Sqlness tests for distribute mode
* ci
* fix: resolve PR comments
* fix: resolve PR comments
|
2023-02-14 10:24:09 +08:00 |
|