mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 17:45:51 +00:00
remove encoded chars to fix build issue with IBM 5 SDK
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@813433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a8640cc5d2
commit
a543403d2a
@ -254,7 +254,7 @@ public class TestSubquery
|
||||
// MySQL throws exception for the jpql in the updates:
|
||||
// "You can't specify target table 'xxx' for update in FROM clause". The MySQL manual mentions
|
||||
// this at the bottom of the UPDATE documentation(http://dev.mysql.com/doc/refman/5.0/en/update.html):
|
||||
// “Currently, you cannot update a table and select from the same table in a subquery.”
|
||||
// Currently, you cannot update a table and select from the same table in a subquery.
|
||||
|
||||
if (dict instanceof MySQLDictionary)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user