summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-06Merge branch 'master' into v1.3v1.3.1Jesse Morgan
2015-03-06Merge pull request #3 from Carbonado/fix-jdbc-leakJesse Morgan
2015-03-05Fixing leaked JDBC Connections.Jesse Morgan
2015-03-03Correcting typo in RELEASING.mdJesse Morgan
2015-03-02Updating POM to deploy v1.2.4 to Maven.v1.2.4Jesse Morgan
2014-09-04Merge branch 'master' into v1.3broneill
2014-09-03Fixing source headerYandell
2014-05-19Merge pull request #2 from Carbonado/masterJesse Morgan
2014-05-19Merge pull request #1 from architjain/masterJesse Morgan
2014-05-20Fix to select right datatype if DECIMAL_DIGITS for a column is less than 0 fo...Archit Jain
2014-03-06Updated version 1.3 info.broneill
2014-03-06Added javadoc tag.broneill
2014-03-06Javadoc fixes.broneill
2014-03-06Version 1.3.broneill
2014-03-06Implement AutoCloseableAdam Vandenberg
2014-03-06Target Java 1.7Adam Vandenberg
2013-12-05Fixing broken link in README.mdJesse Morgan
2013-12-05Fixing broken links in README and adding trademark policy.Jesse Morgan
2013-12-03Updating POM and moving site to README.mdJesse Morgan
2013-10-25Fixing ReplicatedRepository so that transactions may be entered when the masterJesse Morgan
2013-10-23Adding a new TriggerManagerCapability to get the trigger manager from aPranay Dalmia
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
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-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-16Update user guide copyright.Brian S. O'Neill
2012-06-16Update user guide pdf.Brian S. O'Neill
2012-06-16Fix minor code sample typo.Brian S. O'Neill