- 24 2月, 2017 1 次提交
-
-
由 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.
-
- 13 1月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 12 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
-
- 14 12月, 2016 2 次提交
- 11 12月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
-
- 09 12月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
Fix multi-threaded mode insert exception "Unique index or primary key violation", test case by Anatolii K
-
- 17 11月, 2016 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 15 11月, 2016 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 10 11月, 2016 2 次提交
-
-
由 Steve McLeod 提交于
Added new BITGET function, that returns true if and only if a specified bit in a long is set. This helps simulate bit fields in H2, which is an approach I'm using to significantly shrink database size.
-
由 Noel Grandin 提交于
reported by Alexander (vraimax2016)
-
- 03 11月, 2016 3 次提交
-
-
由 Noel Grandin 提交于
since it breaks all the tests. this reverts commit 37641c9a
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 01 11月, 2016 2 次提交
-
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
- 31 10月, 2016 1 次提交
-
-
由 Thomas Mueller Graf 提交于
-
- 30 10月, 2016 1 次提交
-
-
由 Thomas Mueller Graf 提交于
-
- 26 10月, 2016 5 次提交
-
-
由 Thomas Mueller Graf 提交于
-
由 Noel Grandin 提交于
Fix bug in picking the right index for INSERT..ON DUPLICATE KEY UPDATE when there are both UNIQUE and PRIMARY KEY constraints.
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
- 23 10月, 2016 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-