sql: drop support of DEFAULT in SHOW CREATE TABLE
This patch removes support for default values in SHOW CREATE TABLE, since it is not always possible to set the described default value in SQL. Support for literals and SQL_EXPR functions with zero arguments is potentially possible, and this support may be introduced later. Part of #8793 NO_DOC=will be introduced later
Showing
- changelogs/unreleased/gh-8793-rework-sql-defaults.md 3 additions, 0 deletionschangelogs/unreleased/gh-8793-rework-sql-defaults.md
- src/box/sql/show.c 4 additions, 2 deletionssrc/box/sql/show.c
- test/sql-luatest/defaults_test.lua 22 additions, 0 deletionstest/sql-luatest/defaults_test.lua
- test/sql-luatest/show_create_table_test.lua 2 additions, 2 deletionstest/sql-luatest/show_create_table_test.lua
Loading
Please register or sign in to comment