mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
When inserting a JSON, additional DEFAULT UNSET or DEFAULT NULL keywords can be appended. With DEFAULT UNSET, values omitted in JSON will not be changed at all. With DEFAULT NULL (default), omitted values will be treated as having a 'null' value. Fixes #3909