Skip to content

Commit fc9f21a

Browse files
committed
More fixes to Firebird 3 user/password/architecture hell.
1 parent 831e99a commit fc9f21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fbjava-impl/src/main/java/org/firebirdsql/fbjava/impl/DbClassLoader.java

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ final class DbClassLoader extends URLClassLoader
5959
codeSource = new CodeSource(contextUrl, (Certificate[]) null);
6060

6161
Properties properties = new Properties();
62+
properties.setProperty("user", "SYSDBA");
6263
properties.setProperty("isc_dpb_no_db_triggers", "1");
6364

6465
connection = (FBConnection) DriverManager.getConnection(

0 commit comments

Comments
 (0)