Bug #4486 mysqlcommandbuilder fails with multi-word column names
Submitted: 9 Jul 2004 16:54 Modified: 12 Jul 2004 17:44
Reporter: Scott Emick
Status: Closed
Category:Connector/Net Severity:S3 (Non-critical)
Version:0.76 OS:Microsoft Windows (Windows XP)
Assigned to: Reggie Burnett Target Version:

[9 Jul 2004 16:54] Scott Emick
Description:
When creating a mysql connection object, command object, and data adapter object, either
using 'select * from table' or 'select * from `this column`, `that column`, `another
column`' and then creating a command builder object, 
the insert and update commands that are generated do not include the little apostrophe
things and the update/inserts fail.

How to repeat:
see above description.

Suggested fix:
have command builder put the `` things around the table names and use correct parameter
names as well.
[12 Jul 2004 17:44] Reggie Burnett
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html