- 27 2月, 2015 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 18 2月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 2月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
MVStore / TransactionStore: concurrent updates could result in a "Too many open transactions" exception.
-
- 10 2月, 2015 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
StringUtils.toUpperEnglish now has a small cache. This should speed up reading from a ResultSet when using the column name.
-
- 04 2月, 2015 3 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
all of the GROUP BY columns are not mentioned in the select. Patch by Frederico (zepfred).
-
- 30 1月, 2015 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 28 1月, 2015 4 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 27 1月, 2015 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
Issue 598: parser fails on timestamp "24:00:00.1234" - prevent the creation of out-of-range time values.
-
由 noelgrandin@gmail.com 提交于
-
- 23 1月, 2015 6 次提交
-
-
由 Thomas Mueller 提交于
MVStore: up to 65535 open transactions are now supported. Previously, the limit was at most 65535 transactions between the oldest open and the newest open transaction (which was quite a strange limit).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The default limit for in-place LOB objects was changed from 128 to 256 bytes. This is because each read creates a reference to a LOB, and maintaining the references is a big overhead. With the higher limit, less references are needed.
-
由 Thomas Mueller 提交于
Creating a linked table from an MVStore database to a non-MVStore database created a second (non-MVStore) database file.
-
由 Thomas Mueller 提交于
The LIRS cache now resizes the table automatically in all cases and no longer needs the averageMemory configuration.
-
由 Thomas Mueller 提交于
-
- 19 1月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
In version 1.4.184, a bug was introduced that broke queries that have both joins and wildcards, for example: select * from dual join(select x from dual) on 1=1
-
- 16 1月, 2015 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
In version 1.4.184, "group by" ignored the table name, and could pick a select column by mistake. Example: select 0 as x from system_range(1, 2) d group by d.x;
-
- 15 1月, 2015 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 14 1月, 2015 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 12 1月, 2015 3 次提交
-
-
由 noelgrandin@gmail.com 提交于
found by CodePro
-
由 noelgrandin@gmail.com 提交于
found by CodePro
-
由 noelgrandin@gmail.com 提交于
found by CodePro
-
- 06 1月, 2015 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-