mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-07-03 12:30:40 +00:00
* test: add recent sqlness compat cases Signed-off-by: discord9 <discord9@163.com> * test: add more sqlness compat cases Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
9 lines
279 B
TOML
9 lines
279 B
TOML
name = "column_default"
|
|
reason = "Verify column DEFAULT metadata created by old binaries still works for inserts after upgrade."
|
|
introduced_by = "PR #8376 follow-up"
|
|
topologies = ["distributed"]
|
|
from_range = ["*"]
|
|
to_range = ["*"]
|
|
features = ["table", "default"]
|
|
owner = "query"
|