Add support for DatabaseMetaData.getImportedKeys #8765
walter-weinmann
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are pleased to release version 3.0.1 of DBSeeder. The most important enhancement is the possibility to deactivate the constraints of the type
FOREIGN
,PRIMARY
andUNIQUE KEY
before the DML statements and to activate them again afterwards. The JDBCDatabaseMetaData
class is used for this purpose.DBSeeder also supports the latest version of trino available on Docker Hub (DBMS 360) and Maven Repository (JDBC 360).
Unfortunately, the new constraint functionality is not available at trino - see here - no support of
DatabaseMetaData.getImportedKeys
.Beta Was this translation helpful? Give feedback.
All reactions