Hi <@U0MEUGTCM>! What do you think about having Ro...
# jasync-sql
d
Hi @oshai! What do you think about having RowData functions that throw a "column not existing" exception (with the id provided by the user) instead of returning null? It doesn't seem to Kotlinish to have to do
it.getInt(0)!!
etc... and also it would only cause a Null exception instead of something more meaningful...