diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2006-11-05 04:07:35 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2006-11-05 04:07:35 +0000 |
commit | 03f7d292c124770c36e7e55ac12fbcb8e0572c13 (patch) | |
tree | e09fcb7dd5ef64aa2bd92bb23cdcf40203352126 /RELEASE-NOTES.txt | |
parent | 0a78be150e162aad34c19f233dc2f4ca71f61135 (diff) |
Updated release notes for new isolation level.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 159a01e..2039762 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,9 +1,10 @@ Carbonado change history
------------------------
-1.1-BETA2 to
+1.1-BETA2 to 1.1-BETA3
-------------------------------
- Fixed exception when printing join plan with blank parameters.
+- Added isolation level of "none" to indicate that transaction is auto-commit.
1.1-BETA to 1.1-BETA2
-------------------------------
|