- 12 1月, 2018 1 次提交
-
-
由 Evgenij Ryazanov 提交于
-
- 09 1月, 2018 2 次提交
-
-
由 perhuss 提交于
Grammar documentation: Extracting columnName from "Column Definition" for reuse in ALTER TABLE ALTER COLUMN.
-
由 Evgenij Ryazanov 提交于
-
- 08 1月, 2018 1 次提交
-
-
由 sylvain-ilm 提交于
-
- 05 1月, 2018 2 次提交
-
-
由 sylvain-ilm 提交于
-
由 sylvain-ilm 提交于
-
- 04 1月, 2018 2 次提交
-
-
由 sylvain-ilm 提交于
-
由 sylvain-ilm 提交于
-
- 02 1月, 2018 1 次提交
-
-
由 sylvain 提交于
-
- 21 11月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-
- 21 10月, 2017 5 次提交
- 17 10月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 08 10月, 2017 1 次提交
-
-
由 Owner 提交于
-
- 07 10月, 2017 2 次提交
- 05 10月, 2017 1 次提交
-
-
由 Owner 提交于
-
- 10 8月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 25 7月, 2017 1 次提交
-
-
由 Owner 提交于
-
- 22 7月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 16 7月, 2017 1 次提交
-
-
由 Niklas Mehner 提交于
The charset collator allows sorting strings according to their binary representation in a given charset.
-
- 08 6月, 2017 1 次提交
-
-
由 thomasmueller 提交于
-
- 06 6月, 2017 1 次提交
-
-
由 Owner 提交于
-
- 04 6月, 2017 1 次提交
-
-
由 Owner 提交于
-
- 01 6月, 2017 2 次提交
- 28 4月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 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 1 次提交
-
-
由 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 1 次提交
-
-
由 Igor Nikolaev 提交于
-
- 15 3月, 2017 1 次提交
-
-
由 Sergey Kalashnikov 提交于
-
- 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
-
- 18 1月, 2017 1 次提交
-
-
由 Alexander Paschenko 提交于
-
- 17 1月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 09 1月, 2017 1 次提交
-
-
由 Steve McLeod 提交于
* Added parsing of table hints * Implemented USE INDEX hints * Added docs, tidied up code for submission * Added docs, tidied up code for submission * Removed used of final static field that would cause problems with Tomcat class unloading * Removed used of final static field that would cause problems with Tomcat class unloading * A table with no index hints now has indexHints == null, instead of an employ instance of IndexHints. For the common case of no index hints, this will prevent some unnecessary object creation. * Index Hints now is backward compatible with using the "USE" as a table alias * Added TestIndexHints to list of all tests * Added index hints to text generated by TableFilter.getPlanSQL(); * Improved field names (a field called indexList was actually a set); Added test for ensuring getPlanSQL lists index hints in correct order * Improved unit test for making sure getPlanSQL renders index hints list in correct order
-