We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197100f commit 831e99aCopy full SHA for 831e99a
src/fbjava-impl/src/main/java/org/firebirdsql/fbjava/impl/DbPolicy.java
@@ -74,7 +74,7 @@ static void databaseOpened() throws SQLException
74
assert securityDb == null;
75
76
securityDb = (FBConnection) DriverManager.getConnection(
77
- "jdbc:firebirdsql:embedded:" + securityDatabase + "?charSet=UTF-8");
+ "jdbc:firebirdsql:embedded:" + securityDatabase + "?charSet=UTF-8", "SYSDBA", null);
78
securityDb.setAutoCommit(false);
79
securityDb.setReadOnly(true);
80
0 commit comments