Working with Kotlin and jdbc is becoming somehow frustrating. The execution of a prepared statement is always returning false, even when the query was successful and the data was added to the db.
Hard to give a correct feedback to the user.
pst.execute()
Always false?