diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-08-26 01:11:29 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-08-26 01:11:29 +0000 |
commit | 00adea5bc6916b717132c72768ab3fea1b2a1a22 (patch) | |
tree | ba923df8ea6fcd0ebb17557cea16c355274a43ce /RELEASE-NOTES.txt | |
parent | 3c0acb2e614373452107aa54066d3398a54f338e (diff) |
Added support for load and query trigger.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 4c8edb7..1f5141f 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -30,6 +30,7 @@ Carbonado change history - Added convenience method, Query.exists().
- Support query filters against one-to-many join properties.
- Added support for defining alternate keys in synthetic Storables.
+- Added trigger support for after loads and queries.
1.1 to 1.1.2
-------------------------------
|