Bug #61635 | MySQL Connector/Net throws EntityCommandExecutionException on "ORDER" table | ||
---|---|---|---|
Submitted: | 24 Jun 2011 19:40 | Modified: | 30 Jun 2011 21:41 |
Reporter: | Robert Hood | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 6.3.7 | OS: | Windows (Windows 7 64bit) |
Assigned to: | Julio Casal | CPU Architecture: | Any |
Tags: | DELIMITER, EntityCommandExecutionException |
[24 Jun 2011 19:40]
Robert Hood
[30 Jun 2011 6:16]
Meljean Legaspi
It also happens with me. In my case, I have a "Product" table which have an indirect relationship to "Option" table through 2 other tables. I have a query which eager loads the "Option" property. But I always got the EntityCommandExecutionException like this: {"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option AS Extent4 ON Extent4.OptionGroupId = Extent2.OptionGroupId) AS Join2 ON ' at line 128"} I also get this exception when I used version 6.4.1 beta.
[30 Jun 2011 21:41]
Julio Casal
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. Fixed in 6.1.7, 6.2.5, 6.3.8, 6.4.3+ If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html