diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-08-03 04:34:26 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-08-03 04:34:26 +0000 |
commit | a511a68520d9c3193096645714fde550931ee746 (patch) | |
tree | 7f6e24cc2fcf1c312823018f22dec7832e1160dc | |
parent | f1e234dd8c0324c1ff6551c7bc0cf3d0edf94914 (diff) |
Added notes from 1.1.2 branch.
-rw-r--r-- | RELEASE-NOTES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5a0acd4..02d3591 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -30,6 +30,10 @@ Carbonado change history - JDBCRepository allows non-null column to be @Nullable if also @Independent.
- Fixed bug in generating SQL with nullable primary key properties.
+1.1 to 1.1.2
+-------------------------------
+- Fixed query engine rule which sometimes favored index with incorrect ordering.
+
1.1 to 1.1.1
-------------------------------
- Fixed spurious IllegalArgumentException from StorableGenerator.
|