-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
In JdbcSchemaHistory.java, the function storageExists() will return false, if the
schema.history.internal.jdbc.schema.history.table.name is passed databasename.tablename.
Maybe we should add logic to split the database and table and just pass the tablename here.
DatabaseMetaData dbMeta = conn.getMetaData(); ResultSet tableExists = dbMeta.getTables(null, null, config.getTableName(), null);
- is duplicated by
-
DBZ-6797 JDBC storage fails to find correct table when the same table exists in different schemas
- Closed
- is related to
-
DBZ-3621 Saving Debezium states to JDBC database
- Resolved
- links to
-
RHEA-2024:129636 Red Hat build of Debezium 2.5.4 release