5.9.6 (546) The steps to reproduce this issue: With a non-nullable jsonb column, insert a STRING of 'null' Query the row, copy as SQL Insert, and it will be trying to insert a null value instead of a ...
import org.h2.jdbcx.JdbcDataSource; import org.junit.jupiter.api.Test; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results