There was an error while loading. Please reload this page.
1 parent d860fc4 commit 5bb4540Copy full SHA for 5bb4540
1 file changed
src/main/scala/lc/database/DB.scala
@@ -4,7 +4,7 @@ import java.sql.{Connection, DriverManager, Statement}
4
5
class DBConn() {
6
val con: Connection =
7
- DriverManager.getConnection("jdbc:h2:./data/H2/captcha3;MAX_COMPACT_TIME=8000;DB_CLOSE_ON_EXIT=FALSE;DB_CLOSE_DELAY=-1", "sa", "")
+ DriverManager.getConnection("jdbc:h2:./data/H2/captcha3;MAX_COMPACT_TIME=8000;DB_CLOSE_ON_EXIT=FALSE", "sa", "")
8
9
def getStatement(): Statement = {
10
con.createStatement()
0 commit comments