Bug #14815 DatabaseMetaData.getColumns() doesn't return TABLE_NAME
Submitted: 10 Nov 2005 9:58 Modified: 10 Nov 2005 10:40
Reporter: Mark Matthews
Status: Closed
Category:Connector/J Severity:S2 (Serious)
Version:all OS:n/a
Assigned to: Mark Matthews Target Version:

[10 Nov 2005 9:58] Mark Matthews
Description:
When calling DatabaseMetaData.getColumns(), the tableNamePattern is returned for the
TABLE_NAME column in the returned result set.

See http://forums.mysql.com/read.php?39,53734,53822#msg-53822

How to repeat:
When calling DatabaseMetaData.getColumns(), the tableNamePattern is returned for the
TABLE_NAME column in the returned result set.
[10 Nov 2005 10:40] Mark Matthews
Fixed for 3.1.12/5.0.0 in source repos. See
http://downloads.mysql.com/snapshots.php#connector-j after 00:00 GMT November 11 for a
snapshot build with the fix.