Closed a8t3r closed 3 months ago
JdbcTypes.toJdbcType firstly checks the default map instead of dialect which leads to incorrect DbNull rendering on postgresql:
DbNull
DbNull:46 public void setParameter(PreparedStatement stmt, ParameterIndex index, JSqlClientImplementor sqlClient) throws Exception { stmt.setNull(index.get(), JdbcTypes.toJdbcType(type, sqlClient.getDialect())); }
Try 0.8.147
0.8.147
JdbcTypes.toJdbcType firstly checks the default map instead of dialect which leads to incorrect
DbNull
rendering on postgresql: