Bug #13708 Issue in fetching the metadata of the database
Submitted: 3 Oct 2005 11:25 Modified: 31 Mar 2014 9:49
Reporter: Saminathan Arumugam Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / J Severity:S1 (Critical)
Version:MySQL 4.1.x OS:Windows (Windows, Linux)
Assigned to: Alexander Soklakov CPU Architecture:Any

[3 Oct 2005 11:25] Saminathan Arumugam
Description:
MySQL JDBC driver reports a SQLException while fetching the metadata of a database containing a table created with space in table name.

How to repeat:
Eg:  If a table exists in the name `tablea  b` in a database test.

Using DatabaseMetadata APIs for  fetching. (getColumns() API). Using null in the place of tablenamepattern.
[3 Oct 2005 13:07] Saminathan Arumugam
Tried with MySQL Connector jar 3.1.10 and it is working fine.
[4 Oct 2005 7:25] Vasily Kishkin
Could you please provide any test case and table definition?
[5 Nov 2005 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[31 Mar 2014 9:49] Alexander Soklakov
I close this report as "Can't repeat" because there is no feedback for a long time and codebase is too old. Please, feel free to reopen it if the problem still exists in current driver.