Bug #4486 mysqlcommandbuilder fails with multi-word column names
Submitted: 9 Jul 2004 14:54 Modified: 12 Jul 2004 15:44
Reporter: Scott Emick Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:0.76 OS:Windows (Windows XP)
Assigned to: Reggie Burnett CPU Architecture:Any

[9 Jul 2004 14: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 15: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