Skip to content

Commit

Permalink
IGNITE-20024 When H2 is used as the underlying storage, an exception …
Browse files Browse the repository at this point in the history
…is thrown "Can not set LocalDateTime field Person.createdTime to Timestamp"
  • Loading branch information
ZZ250-zZ authored Sep 11, 2023
1 parent 6f113fb commit 2bd318e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ public class JdbcTypesDefaultTransformer implements JdbcTypesTransformer {
}
}

return rs.getObject(colIdx);
return rs.getObject(colIdx, type);
}
}

0 comments on commit 2bd318e

Please sign in to comment.