- 09 2月, 2018 1 次提交
-
-
由 thomasmueller 提交于
-
- 08 2月, 2018 1 次提交
-
-
由 thomasmueller 提交于
-
- 24 1月, 2018 1 次提交
-
-
由 Noel Grandin 提交于
-
- 17 1月, 2018 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Evgenij Ryazanov 提交于
-
- 12 1月, 2018 1 次提交
-
-
由 Evgenij Ryazanov 提交于
-
- 08 1月, 2018 1 次提交
-
-
由 Noel Grandin 提交于
-
- 18 12月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
problem report and fix by lubomir.benes on the h2 mailing list
-
- 03 12月, 2017 1 次提交
-
-
由 Igor Motov 提交于
Date parsing logic assumes that the calendar type is Gregorian, so it should use the Gregorian calendar even if the default locale says otherwise. Fixes #675
-
- 29 11月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
on table containing more than one LOB column
-
- 28 11月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-
- 27 11月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 15 11月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 08 11月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 07 11月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 04 11月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
This reverts commit e26337e9. seems to cause various unit test failures.
-
由 Noel Grandin 提交于
-
- 03 11月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
This reverts commit e26337e9. seems to cause various unit test failures.
-
由 Noel Grandin 提交于
-
- 26 10月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 24 10月, 2017 1 次提交
-
-
由 Lukas Eder 提交于
I'm not sure why there is a reference to Oracle in the discussion of https://github.com/h2database/h2database/pull/451. Oracle does not support an enum type (although it can be emulated, as in any database, using a `CHECK` constraint).
-
- 18 10月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 17 10月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 16 10月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 12 10月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 09 10月, 2017 2 次提交
-
-
由 plus33 提交于
Updated changelog
-
由 plus33 提交于
(MySql/ORACLE - SQL style) Command failed silently corrupting the changed column. Before the change (added after v1.4.196) following was observed: alter table T modify C int null; -- Worked as expected alter table T modify C null; -- Silently corrupted column C
-
- 14 9月, 2017 3 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 07 8月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 24 7月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
required passing the Column down to Value#convertTo Note that the test code in testscript.sql was pulled from maxenglander's PR #572
-
- 22 7月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 05 7月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 29 6月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 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
-
- 10 6月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-