summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/repo/indexed/DerivedIndexesTrigger.java
AgeCommit message (Expand)Author
2013-04-13Index triggers only use "for update" mode when the strict option is supplied.Brian S. O'Neill
2012-12-31Ensure that trigger runs with "try" variants and still has access to the tran...Brian S. O'Neill
2012-11-28ReplicatedRepository resync no longer creates a for-update transaction on the...Brian S. O'Neill
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2009-03-24Derived index update must tolerate inconsistencies.Brian S. O'Neill
2009-02-10Commented out changes made in revision 1098. Deleting of derived index entrie...Brian S. O'Neill
2009-02-06Fix index updates when derived index against joined storable is deleted.Brian S. O'Neill
2008-05-25Fixed cyclic dependency with indexes against complex derived properties.Brian S. O'Neill
2008-03-25Fixes for bugs as reported by FindBugs.Brian S. O'Neill
2007-04-29Added @since tags.Brian S. O'Neill
2007-04-29Merged in support for derived properties.Brian S. O'Neill