OPENJPA-1483 Show as being fixed in Beta2 in Changes/Release Notes

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-08 13:31:08 +00:00
parent b59c757741
commit d5fb93d98f
2 changed files with 3 additions and 0 deletions

View File

@ -170,6 +170,7 @@ Bug
---
* [OPENJPA-1001] - java.lang.IndexOutOfBoundsException when executing attached test case
* [OPENJPA-1367] - H2 Database Engine does support cross join
* [OPENJPA-1483] - count (Distinct e) in JPQL gives wrong result when the id field is a compound primary key
* [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type
* [OPENJPA-1496] - Fail to set temporal parameter
* [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl

View File

@ -235,6 +235,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1367'>OPENJPA-1367</a>] - H2 Database Engine does support cross join
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1483'>OPENJPA-1483</a>] - count (Distinct e) in JPQL gives wrong result when the id field is a compound primary key
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1485'>OPENJPA-1485</a>] - isLoaded util method does not behave per spec for collection attributes and basic type
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1496'>OPENJPA-1496</a>] - Fail to set temporal parameter