you try to get value related to "expression" from resultSet. It can be null if, for example, it wasn't inserted, that's why column type (not-nullable) doesn't make sense.
z
ziad
03/02/2018, 4:31 PM
Hi, I’m getting the same error after updating, can you share an example of using insertAndGetId?
ziad
03/02/2018, 4:31 PM
@oshai maybe you can help? 🙂
ziad
03/02/2018, 4:34 PM
I think I found an example in the wiki! So good to see some documentation ^^
👍 2
ziad
03/02/2018, 4:36 PM
Okay, I think I just noticed a minor thing (perhaps intended).