Hamza
07/13/2019, 1:08 PMCaused by: org.postgresql.util.PSQLException: This ResultSet is closed.
which is quite curious
Database.connect(
url = "jdbc:<postgresql://localhost:5432/library>",
user = "hm",
password = "wouldn't u like to know",
driver = "org.postgresql.Driver"
)
transaction {
Books.select { Op.TRUE }.forEach(::println)
}
tapac
07/16/2019, 4:54 PMHamza
07/21/2019, 7:31 AMtapac
07/22/2019, 1:10 PMHamza
07/22/2019, 2:09 PMThis ResultSet is closed.
errorHamza
07/22/2019, 2:09 PMHamza
07/22/2019, 2:16 PM