- 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 提交于
-
- 25 7月, 2017 1 次提交
-
-
由 andrei 提交于
-
- 24 7月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
we removed this a long time ago
-
由 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 提交于
-
- 14 7月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
update docs to match code
-
由 Noel Grandin 提交于
this limit applies to both 32 and 64-bit VMs
-
- 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 提交于
-
- 06 6月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-
- 05 6月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 01 6月, 2017 1 次提交
-
-
由 Owner 提交于
-
- 30 5月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-
- 28 5月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 21 5月, 2017 1 次提交
-
-
由 Stephan Erb 提交于
-
- 28 4月, 2017 3 次提交
-
-
由 Noel Grandin 提交于
use a set to keep track of the tables we need to analyze. Perform the analysis after we have committed the main transaction, so we don't hold table locks for any longer than necessary.
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 23 4月, 2017 2 次提交
-
-
由 thomasmueller 提交于
-
由 thomasmueller 提交于
-
- 22 4月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-
- 30 3月, 2017 1 次提交
-
-
由 Max Englander 提交于
-
- 25 3月, 2017 1 次提交
-
-
由 Philippe Marschall 提交于
In order to make the doc generation for #476 working I had to fix some errors in existing files. These cover - lines which are too long - incorrect indentation - invalid markup - missing javadoc
-
- 23 3月, 2017 1 次提交
-
-
由 Igor Nikolaev 提交于
-
- 22 3月, 2017 1 次提交
-
-
由 Sergey Kalashnikov 提交于
* Custom data types handler * Updated doc, changelog, dictionary. Fixed review comment. * Extended the custom types handler interface * Fixed test * Fixed review comments * Added note on ABI stability of the feature to docs
-