- 16 7月, 2017 1 次提交
-
-
由 Niklas Mehner 提交于
The charset collator allows sorting strings according to their binary representation in a given charset.
-
- 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 提交于
-
- 08 6月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-
- 06 6月, 2017 2 次提交
-
-
由 thomasmueller 提交于
-
由 Owner 提交于
-
- 05 6月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 04 6月, 2017 1 次提交
-
-
由 Owner 提交于
-
- 01 6月, 2017 3 次提交
- 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 提交于
-
- 27 3月, 2017 1 次提交
-
-
由 Philippe Marschall 提交于
H2 supports recursive common table expressions. Unfortunately they are not covered in the official grammar documentation so some people don't know about it. I had to reverse engineer the syntax by looking at the parser source so it may contain errors. This commit does contain maybe not the greatest documentation ever but I feel it's an improvement over the current situation.
-
- 26 3月, 2017 1 次提交
-
-
由 Philippe Marschall 提交于
After some additional test for #476 and more checking with the source code I found out that I make a mistake in the grammar. The MySQL/Postgres and the Derby/Oracle syntax should be different productions.
-
- 25 3月, 2017 2 次提交
-
-
由 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
-
由 Philippe Marschall 提交于
Since 1.4.177 H2 supports FETCH FIRST x ROW ONLY however this is not reflected in the grammar documentation. This covers all the variations of the syntax. There are 3 `help.csv` but I believe I got the right one. Some of the checked in files seem to have been automatically changed and I don't know if I should have committed those as well. Fixes #475
-
- 23 3月, 2017 2 次提交
-
-
由 Igor Nikolaev 提交于
-
由 Max Englander 提交于
-
- 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 提交于
-