Skip to content

Commit dbd1d9a

Browse files
authored
fix_noCatalog
1 parent 5161e0c commit dbd1d9a

File tree

1 file changed

+1
-0
lines changed
  • modules/flowable-engine-common/src/main/java/org/flowable/common/engine/impl/db

1 file changed

+1
-0
lines changed

modules/flowable-engine-common/src/main/java/org/flowable/common/engine/impl/db/DbSqlSession.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityC
6464
this.dbSqlSessionFactory = dbSqlSessionFactory;
6565
this.entityCache = entityCache;
6666
this.sqlSession = dbSqlSessionFactory.getSqlSessionFactory().openSession();
67+
this.connectionMetadataDefaultCatalog = this.sqlSession.getConnection().getCatalog();
6768
}
6869

6970
public DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, Connection connection, String catalog, String schema) {

0 commit comments

Comments
 (0)