Skip to content

Recover JSON column fail #4191

@takeseem

Description

@takeseem
  • create a json column
    create table test(v JSON);
    insert into test values(JSON '{"value":[]}');
  • select: select * from test; v == {"value":[]}
  • recover: java -cp h2*.jar org.h2.tools.Recover
  • drop table: drop table test;
  • runscript: RUNSCRIPT FROM test.h2.sql
  • select: select * from test; v == "{\"value\":[]}" expect: {"value":[]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions