Author: dwoods
Date: Wed Mar 24 18:48:40 2010
New Revision: 927149
URL: http://svn.apache.org/viewvc?rev=927149&view=rev
Log:
OPENJPA-1189 show as being fixed in 2.0.0-beta
Modified:
openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
Modified: openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/CHANGES.txt?rev=927149&r1=927148&r2=927149&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/2.0.x/openjpa-project/CHANGES.txt Wed Mar 24 18:48:40 2010
@@ -318,6 +318,7 @@ Bug
* [OPENJPA-1142] - OptimisticLockException thrown on Query.getResultList()
when Pessimistic Lock is applied
* [OPENJPA-1173] - Update PostgreSQL support for 8.4.x
* [OPENJPA-1185] - Subquery overhaul
+ * [OPENJPA-1189] - Column names do not contain delimiters when obtained
from DatabaseMetaData
* [OPENJPA-1197] - NativeQueries fail with MySQL
* [OPENJPA-1224] - OpenJPA MySQL BigDecimal ignoring Precision/Scale
column Annotation when generating tables
* [OPENJPA-1263] - TestReaderLob.testUpdateWithNull() fails on MySQL
Modified: openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html?rev=927149&r1=927148&r2=927149&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html Wed Mar 24
18:48:40 2010
@@ -506,6 +506,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1185'>OPENJPA-1185</a>] -
Subquery overhaul
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1189'>OPENJPA-1189</a>] -
Column names do not contain delimiters when obtained from DatabaseMetaData
+</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1197'>OPENJPA-1197</a>] -
NativeQueries fail with MySQL
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1224'>OPENJPA-1224</a>] -
OpenJPA MySQL BigDecimal ignoring Precision/Scale column Annotation when
generating tables