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:
Donald Woods 2009-09-10 13:40:10 +00:00
parent a8640cc5d2
commit a543403d2a

View File

@ -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;