Hey all, I'm trying to get started using Exposed, ...
# exposed
j
Hey all, I'm trying to get started using Exposed, but I'm running into an error putting tables in an SQLite database, and I can't seem to figure out what's wrong. https://gist.github.com/jdkula/648bd1c29d3b74797ce1fbd065781643 It fails within the transaction saying that "no ResultSet was returned," which causes another exception about "org/sqlite/PrepStmt.isClosed()Z" being abstract.