Lanqing Yang
|
485782af51
|
fix: ensure Create Or Replace and If Not Exist cannot coexist in create view (#5003)
ensure Create Or Replace and If Not Exist cannot coexist in create view statement
|
2024-11-17 07:08:30 +00:00 |
|
dennis zhuang
|
ab22bbac84
|
feat: impl drop view (#4231)
* feat: impl drop view
* fix: metric name
* fix: comments
* test: add DropViewProcedure test
* test: drop view meets a table
* test: update sqlness tests by drop view
* feat: apply suggestion from AI
* chore: apply suggestion
Co-authored-by: Jeremyhi <jiachun_feng@proton.me>
* chore: apply suggestion
Co-authored-by: Jeremyhi <jiachun_feng@proton.me>
* chore: apply suggestion
Co-authored-by: Jeremyhi <jiachun_feng@proton.me>
* fix: TYPE_NAME for DropFlowProcedure
---------
Co-authored-by: Jeremyhi <jiachun_feng@proton.me>
|
2024-07-11 19:53:54 +00:00 |
|
dennis zhuang
|
33ed745049
|
feat: show create view and creating view with columns (#4086)
* feat: parse column names when creating view
* feat: save the view definition into view info
* feat: supports view columns and show create view
* feat: save plan columns for validation
* fix: typo
* chore: comments and style
* chore: apply suggestions
* test: assert CreateView display result
* chore: style
Co-authored-by: Weny Xu <wenymedia@gmail.com>
* chore: avoid the clone
Co-authored-by: Weny Xu <wenymedia@gmail.com>
* fix: compile error after rebeasing
---------
Co-authored-by: Weny Xu <wenymedia@gmail.com>
|
2024-07-09 18:35:11 +00:00 |
|