summaryrefslogtreecommitdiff
path: root/src/main/java/com
AgeCommit message (Collapse)Author
2016-04-29Add explicit int->boolean conversions, as required by JDK 1.8.0_91.broneill
2015-10-14Handle more retryable exceptions during index build.broneill
2015-04-12Prevent deadlock between cursor close and TransactionScope cleanup.broneill
2015-03-05Fixing leaked JDBC Connections.Jesse Morgan
Fixing a leak if aborting a transaction throws an exception (e.g. request made on closed connection).
2014-09-03Fixing source headerYandell
2014-05-20Fix to select right datatype if DECIMAL_DIGITS for a column is less than 0 ↵Archit Jain
for a oracle database.
2013-10-25Fixing ReplicatedRepository so that transactions may be entered when the masterJesse Morgan
is unavailable as long as no changes are made to replicated storables.
2013-10-23Adding a new TriggerManagerCapability to get the trigger manager from aPranay Dalmia
repository. Also, throwing an exception in LayoutSync when the layout sync fails.
2013-10-21Fixed resync logic to consider index when a filter is provided.Brian S. O'Neill
2013-10-21Added FIXME comment.Brian S. O'Neill
2013-09-16Fix insert/update of large LOBs when using suppress reload option.Brian S. O'Neill
2013-04-23Add index repair options to discard duplicates or only verify.Brian S. O'Neill
2013-04-22Fix to remove bogus index entries if the primary key can't be loadedJesse Morgan
2013-04-13Prevent NPE when using IsolationLevel.NONE.Brian S. O'Neill
2013-04-13Index triggers only use "for update" mode when the strict option is supplied.Brian S. O'Neill
2013-03-14Some repositories don't properly support top-level transactions, so retry if ↵Brian S. O'Neill
the isolation level switches incompatibly.
2012-12-31Ensure that trigger runs with "try" variants and still has access to the ↵Brian S. O'Neill
transaction.
2012-11-28ReplicatedRepository resync no longer creates a for-update transaction on ↵Brian S. O'Neill
the master. Pass transaction to trigger, allowing it to change modes.
2012-11-27Rollback change 1398. Triggers run in a non-for-update transaction again.Brian S. O'Neill
2012-11-06Commented out potentially destructive resync logic.Brian S. O'Neill
2012-11-06Layout metadata sync fixes.Brian S. O'Neill
2012-11-05Use proper key for alt generation decoder.Brian S. O'Neill
2012-11-05Add layout metadata sync utility.Brian S. O'Neill
2012-10-31Allow equivalent layout generation to be defined.Brian S. O'Neill
2012-10-31Support range filtering of array types.Brian S. O'Neill
2012-10-19Add workaround for MySQL int unsigned type.Brian S. O'Neill
2012-10-12Triggers now run in a for-update transaction.Brian S. O'Neill
2012-10-09Add additional deadlock detection mode.Brian S. O'Neill
2012-10-01Prevent deadlock during close.Brian S. O'Neill
2012-10-01Add reload check during resync.Brian S. O'Neill
2012-10-01Generate missing method.Brian S. O'Neill
2012-09-25Support instantiation by just the key.Brian S. O'Neill
2012-09-09Index repair improvements.Brian S. O'Neill
2012-09-07Independent annotation disables null check for version properties.Brian S. O'Neill
2012-06-07Allow layouts to be reclaimed.Brian S. O'Neill
2012-06-07Clear pools on shutdown.Brian S. O'Neill
2012-05-19Support compilation with JDK 1.7.Brian S. O'Neill
2012-05-18Adjusted optimization of open ended range queries.Jesse Morgan
2012-05-01Fixed add trigger exception in subsequent constructions of IndexedStorage ↵Jesse Morgan
when the first throws an exception.
2012-04-25Infer type names for data sources that don't report the type properly.Brian S. O'Neill
2012-04-17Fixed NullPointerException when using ExistsFilterJesse Morgan
2012-03-29Added BDB panic handling support.Brian S. O'Neill
2012-03-04Prepare release 1.2.3Brian S. O'Neill
Update copyright
2012-01-26Added option for index access to fetch ahead to reduce likelihood of deadlocks.Brian S. O'Neill
2012-01-25Relax strict property match check.Brian S. O'Neill
2012-01-24Fix race condition when making initial connection to a slow database.Brian S. O'Neill
2012-01-24Stricter property type checking, preventing verification errors in generated ↵Brian S. O'Neill
classes.
2012-01-24Revert last change.Brian S. O'Neill
2012-01-23Fix race condition when making initial connection to a slow database.Brian S. O'Neill
2012-01-17Add support for dbx repository type.Brian S. O'Neill