From d5fb93d98fb9f896dc50178b81defc64c546e56f Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Mon, 8 Mar 2010 13:31:08 +0000
Subject: [PATCH] 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
---
openjpa-project/CHANGES.txt | 1 +
openjpa-project/RELEASE-NOTES.html | 2 ++
2 files changed, 3 insertions(+)
diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt
index 87c1bf7d2..6faf1f2d7 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -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
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index 71a9dc8f4..3c61d5f38 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -235,6 +235,8 @@ in each release of OpenJPA.
[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