Bug #9917 | Calling getString("TABLE_CAT") returns null catalog | ||
---|---|---|---|
Submitted: | 14 Apr 2005 18:02 | Modified: | 14 Apr 2005 20:35 |
Reporter: | Kate | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 3.1.7 | OS: | |
Assigned to: | Mark Matthews | CPU Architecture: | Any |
[14 Apr 2005 18:02]
Kate
[14 Apr 2005 20:35]
Mark Matthews
Fixed for 3.1.8 Should accept null for catalog (meaning use current) in DBMD methods, even though it's not JDBC-compliant for legacy's sake. Disable by setting connection property "nullCatalogMeansCurrent" to "false" (which will be the default value in C/J 3.2.x).