From df422c9673316b6a7ecdb96e314aeabd660985ad Mon Sep 17 00:00:00 2001 From: "Brian S. O'Neill" Date: Fri, 29 Jun 2007 05:03:09 +0000 Subject: Fixed IllegalArgumentException with optimized join queries of the form "a.b = ? & (a.c = ? | a.d = ?)". --- RELEASE-NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES.txt') diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 8e26bb5..f20288d 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -29,6 +29,8 @@ Carbonado change history ------------------------------- - Fixed spurious IllegalArgumentException from StorableGenerator. - Fixed bug which prevented updating Oracle BLOB of length 2000 to 4000. +- Fixed IllegalArgumentException with optimized join queries of the form + "a.b = ? & (a.c = ? | a.d = ?)". 1.1-BETA11 to 1.1 (release) ------------------------------- -- cgit v1.2.3