Bug #74057 | Semicolons used in values cause problems in queries sent to MySQL server | ||
---|---|---|---|
Submitted: | 24 Sep 2014 18:30 | Modified: | 10 Oct 2014 4:35 |
Reporter: | Javier Treviño | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL for Windows: MySQL for Excel | Severity: | S2 (Serious) |
Version: | 1.2.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[24 Sep 2014 18:30]
Javier Treviño
[3 Oct 2014 1:34]
Javier Treviño
Posted by developer: Fixed the way a previewed SQL script is split into individual SQL statements using a tokenizer that detects each type of token within the script text, so now the delimiters for SQL statements are detected correctly.
[10 Oct 2014 4:35]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL for Excel 1.3.3 release, and here's the changelog entry: Using semicolons (';') in values like schema names, column names or text values caused SQL queries sent to the MySQL server to fail. Internally, MySQL for Excel treated the semicolon as a separator for SQL statements. Thank you for the bug report.