Age | Commit message (Collapse) | Author |
|
Carbonado used LIMIT 2^32+1 as a kludge to allow OFFSET without LIMIT
in H2 Database, but this approach no longer works. As of version 1.4.191
Beta (2016-01-21), H2 supports OFFSET without LIMIT natively, so use
that instead.
|
|
sequences
|
|
|
|
|
|
|
|
|
|
|
|
Fixing leaked JDBC Connections.
|
|
Fixing a leak if aborting a transaction throws an exception (e.g. request made
on closed connection).
|
|
|
|
|
|
|
|
Fix to select right datatype if DECIMAL_DIGITS for a column is less than 0 for a oracle database.
|
|
for a oracle database.
|
|
|
|
|
|
|
|
is unavailable as long as no changes are made to replicated storables.
|
|
repository. Also, throwing an exception in LayoutSync when the layout sync
fails.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the isolation level switches incompatibly.
|
|
transaction.
|
|
the master.
Pass transaction to trigger, allowing it to change modes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|