- 20 8月, 2013 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
In version 1.3.172, a performance regression was introduced when fixing the issue 389 (when there is a multi-column primary key, H2 does not seem to always pick the right index). This was related to boosting an index that matches the "order by" column list (the wrong index was used in some cases).
-
由 Thomas Mueller 提交于
-
- 19 8月, 2013 15 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Rename "getNoDimensions" to "getDimensionCount", because "getNoDimensions" is confusing for non-native English speaking people ("get no dimensions versus get yes dimensions" ?!)
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
In version 1.3.172, a performance regression was introduced when fixing the issue 389 (when there is a multi-column primary key, H2 does not seem to always pick the right index). This was related to boosting an index that matches the "order by" column list (the wrong index was used in some cases).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
We need two methods - one for testing the Class<?> and one for testing an Object
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
remove testRandom(), Nicolas Fortin says this test case is now redundant, because the necessary logic is tested by the MVMap unit test
-
由 noelgrandin 提交于
sessions are creating large transactions.
-
- 16 8月, 2013 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 15 8月, 2013 1 次提交
-
-
由 noelgrandin 提交于
When running the Recover tool on very large (>6G) databases, some statistics were reported with negative numbers.
-
- 14 8月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 13 8月, 2013 3 次提交
-
-
由 Thomas Mueller 提交于
Queries "group by" that contain a subquery with an aggregate function returned the wrong result in some cases.
-
由 noelgrandin 提交于
New feature from Davide Cavestro - allow using custom Java object serialization engines on a per-DB basis.
-
由 noelgrandin 提交于
-
- 12 8月, 2013 8 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 08 8月, 2013 6 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
when the search key was a different cardinal type from the table index key. e.g. where the one was INT and the other was LONG
-
由 noelgrandin 提交于
make NonUniqueHashIndex directly subclass BaseIndex. There is no point in sub-classing HashIndex if it is going to override all of the logic anyhow.
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 07 8月, 2013 1 次提交
-
-
由 Thomas Mueller 提交于
-