3
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #7 from jesterpm/fix-automatic-and-alt-key More... almost 6 years ago
Fix load by alternate key with Automatic primary key More... about 6 years ago
Adding default sequence select statement for PostgreSQL to pickup native sequences More... over 6 years ago
Increasing version to 1.2.5. More... almost 8 years ago
Add explicit int->boolean conversions, as required by JDK 1.8.0_91. More... almost 8 years ago
Handle more retryable exceptions during index build. More... over 8 years ago
Prevent deadlock between cursor close and TransactionScope cleanup. More... about 9 years ago
Ignore build target. More... about 9 years ago
Merge pull request #3 from Carbonado/fix-jdbc-leak More... about 9 years ago
Fixing leaked JDBC Connections. More... about 9 years ago
Correcting typo in RELEASING.md More... about 9 years ago
Updating POM to deploy v1.2.4 to Maven. More... about 9 years ago
Fixing source header More... over 9 years ago
Merge pull request #1 from architjain/master More... almost 10 years ago
Fix to select right datatype if DECIMAL_DIGITS for a column is less than 0 for a oracle database. More... almost 10 years ago
Fixing broken link in README.md More... over 10 years ago
Fixing broken links in README and adding trademark policy. More... over 10 years ago
Updating POM and moving site to README.md More... over 10 years ago
Fixing ReplicatedRepository so that transactions may be entered when the master is unavailable as long as no changes are made to replicated storables. More... over 10 years ago
Adding a new TriggerManagerCapability to get the trigger manager from a repository. Also, throwing an exception in LayoutSync when the layout sync fails. More... over 10 years ago
Fixed resync logic to consider index when a filter is provided. More... over 10 years ago
Added FIXME comment. More... over 10 years ago
Fix insert/update of large LOBs when using suppress reload option. More... over 10 years ago
Add index repair options to discard duplicates or only verify. More... almost 11 years ago
Fix to remove bogus index entries if the primary key can't be loaded More... almost 11 years ago
Prevent NPE when using IsolationLevel.NONE. More... about 11 years ago
Index triggers only use "for update" mode when the strict option is supplied. More... about 11 years ago
Some repositories don't properly support top-level transactions, so retry if the isolation level switches incompatibly. More... about 11 years ago
Ensure that trigger runs with "try" variants and still has access to the transaction. More... over 11 years ago
ReplicatedRepository resync no longer creates a for-update transaction on the master. Pass transaction to trigger, allowing it to change modes. More... over 11 years ago