mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-24 18:34:34 +01:00
Simply copy function logic from sqlite-jdbc
This commit is contained in:
@@ -372,4 +372,8 @@ public class JDBC4Connection implements Connection {
|
||||
public String getUrl() {
|
||||
return this.connection.getUrl();
|
||||
}
|
||||
|
||||
public void checkOpen() throws SQLException {
|
||||
connection.checkOpen();
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user