diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2018-03-25 16:37:41 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2018-03-25 16:37:41 -0700 |
commit | 88a27ef2de5ec37b06e57ccbc40989a0fc1d1af1 (patch) | |
tree | a328fa315022ae1412da17cd5a9b8e6dff06d3e0 /src/test/java/com | |
parent | 88d28b627c5e365584a6d513f0bdc84d9edffb29 (diff) |
Fix OFFSET without LIMIT for H2 Databasefix-failing-test
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.
Diffstat (limited to 'src/test/java/com')
0 files changed, 0 insertions, 0 deletions