- 10 7月, 2017 1 次提交
-
-
由 andrei 提交于
-
- 07 7月, 2017 1 次提交
-
-
由 andrei 提交于
-
- 05 7月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 03 7月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
Issue#549 Removed UNION ALL requirements for CTE
-
由 Noel Grandin 提交于
Table synonym support
-
- 02 7月, 2017 8 次提交
-
-
由 Owner 提交于
-
由 Niklas Mehner 提交于
-
由 Niklas Mehner 提交于
-
由 Niklas Mehner 提交于
-
由 Noel Grandin 提交于
This reverts commit ae6da320, reversing changes made to 8b018f2b.
-
由 Noel Grandin 提交于
This reverts commit a45edd78.
-
由 Noel Grandin 提交于
and add a another test case for datediff
-
由 Noel Grandin 提交于
Issue#458 TIMESTAMPDIFF YEAR fix
-
- 01 7月, 2017 8 次提交
-
-
由 Niklas Mehner 提交于
-
由 Noel Grandin 提交于
Rollback and delayed meta save.
-
由 Noel Grandin 提交于
"Unique index or primary key violation" in TestMvccMultiThreaded
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
Fixes h2database/h2database#458 TIMESTAMPDIFF()
-
由 Niklas Mehner 提交于
-
由 Niklas Mehner 提交于
-
由 Niklas Mehner 提交于
-
- 30 6月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
by using reader-writer lock, reported issue #538
-
由 Noel Grandin 提交于
Fix for Issue #543
-
- 29 6月, 2017 8 次提交
-
-
由 fred 提交于
-
由 fred 提交于
-
由 fred 提交于
-
由 fred 提交于
-
由 Noel Grandin 提交于
*Fixes the missing file tree.js in the web console
-
由 fred 提交于
-
由 Noel Grandin 提交于
# Conflicts: # h2/src/docsrc/html/changelog.html
-
由 Noel Grandin 提交于
-
- 20 6月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
Support TIMESTAMP_WITH_TIMEZONE 2014 JDBC type
-
由 Philippe Marschall 提交于
While we currently support TIMESTAMP WITH TIME ZONE and OffsetDateTime the corresponding JDBC type TIMESTAMP_WITH_TIMEZONE(2014) is not supported when calling PreparedStatement.setObject(int, Object, int).
-
- 19 6月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
Add DB2 timestamp format compatibility
-
- 18 6月, 2017 4 次提交
-
-
由 httpdigest 提交于
Using a dash to separate date and time
-
由 Noel Grandin 提交于
Implement right-padding of CHAR(N) datatype in PostgreSQL mode
-
由 httpdigest 提交于
-
由 httpdigest 提交于
-
- 17 6月, 2017 1 次提交
-
-
由 httpdigest 提交于
When using CHAR(N) in PostgreSQL any inserted value smaller than N characters will be right-padded with spaces to fill all N characters. See: https://www.postgresql.org/docs/9.1/static/datatype-character.html This change adds an additional Mode.padFixedStrings and set it to true in the PostgreSQL Mode. Any value converted to a ValueStringFixed at INSERT will be right-padded with spaces. For additional infos see the H2 Google Groups post: https://groups.google.com/forum/#!topic/h2-database/Luaxdrl137Y
-