mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-08 06:29:04 +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
318 B
TOML
9 lines
318 B
TOML
name = "legacy_json_non_object"
|
|
reason = "Verify non-object JSON values written by old JSONB binaries remain readable after JSON2 non-object write rejection changes."
|
|
introduced_by = "PR #8381"
|
|
topologies = ["distributed"]
|
|
from_range = ["<=v1.1.0"]
|
|
to_range = [">=v1.2.0"]
|
|
features = ["json", "table"]
|
|
owner = "query"
|