Author: dwoods
Date: Thu Sep 10 13:40:10 2009
New Revision: 813433

URL: http://svn.apache.org/viewvc?rev=813433&view=rev
Log:
remove encoded chars to fix build issue with IBM 5 SDK

Modified:
    
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestSubquery.java

Modified: 
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestSubquery.java
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestSubquery.java?rev=813433&r1=813432&r2=813433&view=diff
==============================================================================
--- 
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestSubquery.java
 (original)
+++ 
openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestSubquery.java
 Thu Sep 10 13:40:10 2009
@@ -254,7 +254,7 @@
         // 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;


Reply via email to