Yeah, but then I tried executing the query directly using an h2 client(downloaded from the official h2 site) and got the same NPE with the stack trace i initially posted.
On Wednesday, August 9, 2017 at 2:34:57 PM UTC+3, Noel Grandin wrote: > > So if I am reading that right, the actual exception source is inside the > JDBI library that you are using? > > Caused by: java.lang.NullPointerException: null > at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1338) > > -- This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this on behalf of the addressee you must not use, copy, disclose or take action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply email and delete this message. Thank you. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
