summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-09-03 03:13:59 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-09-03 03:13:59 +0000
commit077804624eb7dc69899d1c7f045931f794501925 (patch)
treeb0201f65c47beb159283a745005d6dc622ea4e61 /RELEASE-NOTES.txt
parent3385da4f6c830f1a7aa3ebe7c15af19ff65c0dda (diff)
Fixed transaction leak caused when calling update, if an update trigger exists, and no properties were dirty.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index e50fd25..d8c31bb 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -40,6 +40,8 @@ Carbonado change history
repair if only alternate keys were specified.
- Fixed query descending sort order bug which produced ascending results.
- Fixed bug in GroupedCursor which discarded last group if it had one element.
+- Fixed transaction leak caused when calling update, if an update trigger
+ exists, and no properties were dirty.
1.1 to 1.1.1
-------------------------------