- 23 10月, 2016 2 次提交
- 
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于
 
- 
- 21 10月, 2016 5 次提交
- 
- 
由 Thomas Mueller Graf 提交于
- 
由 Thomas Mueller Graf 提交于
- 
由 Thomas Mueller Graf 提交于
- 
由 Thomas Mueller Graf 提交于
- 
 
- 
- 13 10月, 2016 2 次提交
- 
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于
 
- 
- 11 10月, 2016 4 次提交
- 
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于
- 
由 Sergi Vladykin 提交于
- 
由 Noel Grandin 提交于
 
- 
- 08 10月, 2016 2 次提交
- 
- 
由 Sergi Vladykin 提交于Remove TO_DATE support from roadmap: It's already implemented 
- 
由 Sergi Vladykin 提交于
 
- 
- 07 10月, 2016 1 次提交
- 
- 
由 Lukas Eder 提交于It's already implemented and working: https://github.com/h2database/h2database/pull/150 
 
- 
- 05 10月, 2016 2 次提交
- 
- 
由 Noel Grandin 提交于Remove Java 6 backwards compatibility 
- 
由 Philippe Marschall 提交于Since we now require at least Java 6 we can remove the Java 6 backwards compatibility layer. 
 
- 
- 03 10月, 2016 4 次提交
- 
- 
由 Noel Grandin 提交于Support byte[] in getObject 
- 
由 Noel Grandin 提交于Add guards to JDBC debug code 
- 
由 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 4 次提交
- 
- 
由 Noel Grandin 提交于Also build Java 8 
- 
由 Noel Grandin 提交于
- 
由 Philippe Marschall 提交于To verify compatibility and for potential JSR-310 support it would be good if we test against Java 8 as well. 
- 
由 Noel Grandin 提交于fix compare TIMESTAMP WITH TIMEZONE 
 
- 
- 29 9月, 2016 1 次提交
- 
- 
由 Noel Grandin 提交于Added support to define last IDENTIFIER on a Trigger. 
 
- 
- 28 9月, 2016 3 次提交
- 
- 
由 Noel Grandin 提交于Tests for timestamps 
- 
由 Noel Grandin 提交于since we no longer support jdk6 
- 
由 Magnus Reftel 提交于
 
- 
- 27 9月, 2016 1 次提交
- 
- 
由 Noel Grandin 提交于
 
- 
- 25 9月, 2016 3 次提交
- 
- 
由 dyorgio 提交于
- 
由 dyorgio 提交于Implemented unit test. 
- 
由 Dmitriy Vetutnev 提交于
 
- 
- 24 9月, 2016 3 次提交
- 
- 
由 dyorgio 提交于
- 
由 Noel Grandin 提交于Improve TimestampWithTimeZone javadoc 
- 
由 Philippe Marschall 提交于I found the comments in TimestampWithTimeZone not helpful in understanding the semantics of the public methods. This commit includes the following changes - add comments to previously not commented public methods in TimestampWithTimeZone that describe the semantics - add more verifications to TestTimeStampWithTimeZone to make sure the actual behavior matches the documented behavior 
 
- 
- 21 9月, 2016 2 次提交
- 
- 
由 Noel Grandin 提交于Change getters in TimestampWithTimeZone to int 
- 
由 Philippe Marschall 提交于The convenience accessors getYear getMonth and getDay in TimestampWithTimeZone return long even though their values fall within the range of int. This makes them a bit inconvenient to work with as most APIs (Calendar, LocalDateTime) take int for such values. This commit contains the following changes - change TimestampWithTimeZone#getYear() to return an int instead of a long - change TimestampWithTimeZone#getMonth() to return an int instead of a long - change TimestampWithTimeZone#getDay() to return an int instead of a long 
 
- 
- 16 9月, 2016 1 次提交
- 
- 
由 Noel Grandin 提交于Added missing source encoding. Assuming UTF-8. 
 
-