diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-11-04 00:36:29 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-11-04 00:36:29 +0000 |
commit | 67ae8e7430ed8222ba7582fcf3dfd8ce62b62c5d (patch) | |
tree | 3c29b77d1ac7f120a4294c203f086995452933d2 /RELEASE-NOTES.txt | |
parent | 4063328f97c0180ceab565cc3f411e3dcc07bca8 (diff) |
Reduce creation of unnecessary nested transactions. Added feature to JDBCRepository to suppress Storable reloading after insert or update.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index c844408..a56b521 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -43,6 +43,12 @@ Carbonado change history - Added support for "where exists" in queries via new syntax.
- Added support for outer joins via new syntax.
+1.1.2 to 1.1.3
+-------------------------------
+- Reduce creation of unnecessary nested transactions.
+- Added feature to JDBCRepository to suppress Storable reloading after insert
+ or update.
+
1.1 to 1.1.2
-------------------------------
- Fixed query engine rule which sometimes favored index with incorrect ordering.
|