Author: mikedd
Date: Wed Feb 16 16:34:03 2011
New Revision: 1071305
URL: http://svn.apache.org/viewvc?rev=1071305&view=rev
Log:
OPENJPA-1939: Revert changes due to unit test failures
Modified:
openjpa/branches/2.1.x/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/DB2Dictionary.java
openjpa/branches/2.1.x/openjpa-project/CHANGES.txt
openjpa/branches/2.1.x/openjpa-project/RELEASE-NOTES.html
Modified:
openjpa/branches/2.1.x/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/DB2Dictionary.java
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.1.x/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/DB2Dictionary.java?rev=1071305&r1=1071304&r2=1071305&view=diff
==============================================================================
---
openjpa/branches/2.1.x/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/DB2Dictionary.java
(original)
+++
openjpa/branches/2.1.x/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/DB2Dictionary.java
Wed Feb 16 16:34:03 2011
@@ -344,8 +344,7 @@ public class DB2Dictionary
supportsLockingWithOuterJoin = true;
forUpdateClause = "WITH RR USE AND KEEP UPDATE LOCKS";
- if (maj >=9) {
- maxIndexNameLength=128;
+ if (maj >= 9) {
supportsXMLColumn = true;
}
}
Modified: openjpa/branches/2.1.x/openjpa-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.1.x/openjpa-project/CHANGES.txt?rev=1071305&r1=1071304&r2=1071305&view=diff
==============================================================================
--- openjpa/branches/2.1.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/2.1.x/openjpa-project/CHANGES.txt Wed Feb 16 16:34:03 2011
@@ -247,7 +247,6 @@ Bug
* [OPENJPA-1923] - Allow flexible (non-standard) syntax for
collection-valued parameters in IN() expresseion of JPQL query
* [OPENJPA-1935] - Informix lock exceptions are not mapped properly by
OpenJPA
* [OPENJPA-1938] - Typo of time data type in SQLServerdictionary for MSSQL
2008
- * [OPENJPA-1939] - index identifier max length for DB2 v9 is 128.
Improvement
-----------
Modified: openjpa/branches/2.1.x/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.1.x/openjpa-project/RELEASE-NOTES.html?rev=1071305&r1=1071304&r2=1071305&view=diff
==============================================================================
--- openjpa/branches/2.1.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/2.1.x/openjpa-project/RELEASE-NOTES.html Wed Feb 16
16:34:03 2011
@@ -392,8 +392,6 @@ in each release of OpenJPA.</P>
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1938'>OPENJPA-1938</a>] -
Typo of time data type in SQLServerdictionary for MSSQL 2008
</li>
-<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1939'>OPENJPA-1939</a>] -
index identifier max length for DB2 v9 is 128.
-</li>
</ul>
<h2> Improvement