- 11 11月, 2016 5 次提交
- 
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于found by running TestRandomSQL for long periods of time 
 
- 
- 10 11月, 2016 5 次提交
- 
- 
由 Noel Grandin 提交于Added BITGET function 
- 
由 Noel Grandin 提交于Migrate to Travis container-based infrastructure 
- 
由 Philippe Marschall 提交于Sine we're not using sudo we can migrate to the container-based Travis build infrastructure [1]. This has the following advantages: - Builds start in seconds - More available resources - Better network capacity, availability and throughput - Caching available for open source projects The builds will still fail due to an `OutOfMemoryError` but that's a different issue. [1] https://docs.travis-ci.com/user/migrating-from-legacy/ 
- 
由 Steve McLeod 提交于Added new BITGET function, that returns true if and only if a specified bit in a long is set. This helps simulate bit fields in H2, which is an approach I'm using to significantly shrink database size. 
- 
由 Noel Grandin 提交于reported by Alexander (vraimax2016) 
 
- 
- 08 11月, 2016 1 次提交
- 
- 
由 Noel Grandin 提交于spatial key fix for null geometries 
 
- 
- 07 11月, 2016 1 次提交
- 
- 
由 Sven Schrader 提交于
 
- 
- 04 11月, 2016 3 次提交
- 
- 
由 Sven Schrader 提交于
- 
由 Sven Schrader 提交于
- 
 
- 
- 03 11月, 2016 13 次提交
- 
- 
由 Noel Grandin 提交于since it breaks all the tests. this reverts commit 37641c9a 
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于Table alias get lost on joins 
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于Handle LocalTime with nanosecond resolution 
- 
由 Evgenij Ryazanov 提交于
- 
由 Edgar Espina 提交于
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于TestMemoryUsage would sometimes manage to overrun it's loop bounds and enter an infinite loop. TestMultiThread would sometimes timeout if the machine was busy. TestOutOfMemory could sometimes fail, and would then cause future tests to fail because it held onto the memory. FilePathReorderWrites was not deleting it's subsidiary memFS: data. TestPreparedStatement::testDateTime8 had a typo. The change to TestMVStore::testCacheSize I'm not sure about. 
- 
由 Noel Grandin 提交于Recover for "page store" H2 breaks LOBs consistency 
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于Run tests on Travis 
- 
由 Philippe Marschall 提交于Run the tests on Travis so that when a pull request breaks some tests we notice it immediately. 
 
- 
- 02 11月, 2016 6 次提交
- 
- 
由 Vitaly Dyachkov 提交于
- 
- 
由 Evgenij Ryazanov 提交于
- 
由 Evgenij Ryazanov 提交于
- 
由 Sven Schrader 提交于
- 
由 Evgenij Ryazanov 提交于
 
- 
- 01 11月, 2016 2 次提交
- 
- 
由 Thomas Mueller Graf 提交于
- 
由 Thomas Mueller Graf 提交于
 
- 
- 31 10月, 2016 2 次提交
- 
- 
由 Thomas Mueller Graf 提交于
- 
由 Thomas Mueller Graf 提交于
 
- 
- 30 10月, 2016 2 次提交
- 
- 
由 Thomas Mueller Graf 提交于
- 
由 Philippe Marschall 提交于Add support for Java 8 Date and Time API AKA JSR-310. On the face of it the existing JDBC types java.sql.Date, java.sql.Time and java.sql.Timestamp offer conversion methods to and from JSR-310 data types. Unfortunately java.sql.Timestamp does silent data truncation when the timestamp falls into a DST transition on the JVM time zone. Worse still for java.time.OffsetDateTime there is no corresponding JDBC type. Therefore these conversions have to be implemented. All of this has to be programmed using reflection so the code compiles and can be executed on Java 7. 
 
-