- 19 1月, 2016 1 次提交
-
-
- 15 1月, 2016 1 次提交
-
-
由 Noel Grandin 提交于
Issue #156: Add support for getGeneratedKeys() when executing commands via PreparedStatement#executeBatch
-
- 11 1月, 2016 2 次提交
-
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
- 04 1月, 2016 3 次提交
-
-
由 Patrick Brielmayer 提交于
-
由 Patrick Brielmayer 提交于
Removed parameter count check since ADD_MONTHS has only two parameter
-
由 Patrick Brielmayer 提交于
-
- 03 1月, 2016 1 次提交
-
-
由 Patrick Brielmayer 提交于
-
- 31 12月, 2015 1 次提交
-
-
由 Noel Grandin 提交于
Added TO_DATE and TO_TIMESTAMP functionality
-
- 29 12月, 2015 1 次提交
-
-
由 Sergi Vladykin 提交于
Fix for date-handling error in "Europe/Moscow" timezone with Java 1.8.0_60
-
- 27 12月, 2015 3 次提交
-
-
由 Steve McLeod 提交于
-
由 Steve McLeod 提交于
-
由 Thomas Mueller Graf 提交于
-
- 26 12月, 2015 8 次提交
-
-
由 Thomas Mueller Graf 提交于
-
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
由 Thomas Mueller Graf 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
revamp the selection of indexes to move the bulk of the costing into BaseIndex. In the process, clean it up and modify the costing so that when using a covering index, we pick the index with the least number of columns. Smaller indexes are faster to load, leading to lower retrieval costs.
-
由 Noel Grandin 提交于
-
- 24 12月, 2015 3 次提交
-
-
由 Noel Grandin 提交于
-
由 Patrick Brielmayer 提交于
Fixed misspelling Renamed ToDateParams to ToDateParser Code cleanup
-
由 Noel Grandin 提交于
-
- 23 12月, 2015 1 次提交
-
-
由 Noel Grandin 提交于
-
- 22 12月, 2015 3 次提交
-
-
由 Patrick Brielmayer 提交于
-
由 Patrick Brielmayer 提交于
-
由 Noel Grandin 提交于
-
- 20 12月, 2015 4 次提交
-
-
由 S.Vladykin 提交于
-
由 Sergi Vladykin 提交于
OptimizerHints dropped in favor of SET FORCE_JOIN_ORDER
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
when we can satisfy a query from an index without touching table data, then that index should have a lower cost than an index that DOES need to retrieve table data
-
- 19 12月, 2015 2 次提交
-
-
由 S.Vladykin 提交于
-
由 S.Vladykin 提交于
OptimizerHints dropped in favor of SET FORCE_JOIN_ORDER setting, fixed join order in case of TableFilter reorderings by Parser, added more tests.
-
- 10 12月, 2015 1 次提交
-
-
由 Noel Grandin 提交于
-
- 09 12月, 2015 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
method
-
- 06 12月, 2015 1 次提交
-
-
由 Sergi Vladykin 提交于
Sub-query or view cost could be wrong for cached ViewIndex
-
- 02 12月, 2015 2 次提交
-
-
-
由 S.Vladykin 提交于
-