- 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
-
- 15 3月, 2017 1 次提交
-
-
由 Sergey Kalashnikov 提交于
-
- 10 3月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-
- 09 3月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-
- 24 2月, 2017 2 次提交
-
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
- 23 2月, 2017 2 次提交
-
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
- 16 2月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 09 2月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 06 2月, 2017 1 次提交
-
-
由 Steve McLeod 提交于
-
- 23 1月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 20 1月, 2017 1 次提交
-
-
由 alexpaschenko 提交于
* Added WITH to CREATE SCHEMA to supply default TableEngine params * Updated docs to reflect changes in CREATE SCHEMA * Review fixes - docs; code de-duplication; test for table engine params in schema * Setter for table engine params in Schema
-
- 19 1月, 2017 1 次提交
-
-
由 Philippe Marschall 提交于
Currently the JDBC type of TIMESTAMP WITH TIME ZONE is Types.OTHER. JDBC 4.2 has a dedicated type for this Types.TIMESTAMP_WITH_TIMEZONE. Unfortunately this type is only available in JDBC 4.2/Java 1.8 so I hard code the constant value instead of the constant reference.
-
- 18 1月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
we don't seem to be keeping this up to date anymore
-
- 17 1月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 15 1月, 2017 1 次提交
-
-
由 Philippe Marschall 提交于
Some PRs merged into 1.4.193 and 1.4.194 are missing from the changelog.
-