- 13 11月, 2016 3 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
need to call lockMeta before we synchronize on the Database object or we get an ABBA deadlock
-
由 Noel Grandin 提交于
-
- 12 11月, 2016 3 次提交
-
-
由 Philippe Marschall 提交于
TestClearReferences currently fails because the fields in LocalDateTimeUtils are not final.
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 11 11月, 2016 4 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
found by running TestRandomSQL for long periods of time
-
- 10 11月, 2016 2 次提交
-
-
由 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)
-
- 07 11月, 2016 1 次提交
-
-
由 Sven Schrader 提交于
-
- 04 11月, 2016 2 次提交
-
-
由 Sven Schrader 提交于
-
由 Sven Schrader 提交于
-
- 03 11月, 2016 3 次提交
-
-
由 Noel Grandin 提交于
since it breaks all the tests. this reverts commit 37641c9a
-
由 Noel Grandin 提交于
-
由 Edgar Espina 提交于
-
- 02 11月, 2016 2 次提交
-
-
由 Sven Schrader 提交于
-
由 Evgenij Ryazanov 提交于
-
- 01 11月, 2016 1 次提交
-
-
由 Thomas Mueller Graf 提交于
-
- 31 10月, 2016 1 次提交
-
-
由 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.
-
- 26 10月, 2016 4 次提交
-
-
由 Thomas Mueller Graf 提交于
-
由 Noel Grandin 提交于
Fix bug in picking the right index for INSERT..ON DUPLICATE KEY UPDATE when there are both UNIQUE and PRIMARY KEY constraints.
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
- 23 10月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
-
- 21 10月, 2016 3 次提交
-
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
- 16 10月, 2016 1 次提交
-
-
由 Vitaly Dyachkov 提交于
-
- 11 10月, 2016 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 08 10月, 2016 1 次提交
-
-
由 Sergi Vladykin 提交于
-
- 05 10月, 2016 1 次提交
-
-
由 Philippe Marschall 提交于
Since we now require at least Java 6 we can remove the Java 6 backwards compatibility layer.
-
- 03 10月, 2016 2 次提交
-
-
由 Philippe Marschall 提交于
The current implementation of getObject does not support byte[]. This is an issue for some people [1]. [1] https://groups.google.com/forum/#!topic/h2-database/InWprFw2B0o
-
由 Philippe Marschall 提交于
Some of the existing JDBC code is missing guards around debug statements that allocate strings.
-
- 02 10月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
-