Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
All those functions return hardcoded NULL for PK_NAME. While it could be more accurate and return RC.UNIQUE_CONSTRAINT_NAME for that field. If I am not mistaken - that will work for all those methods
Right, javadoc permits returning null, but for most of cases, we can return real name.
This concerns :
getImportedKeys may still return null when using "SHOW CREATE" implementation (i.e. when catalog is set)