- 09 4月, 2015 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 08 4月, 2015 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 01 4月, 2015 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
Fix bug in MVStore when creating lots of temporary tables, where we could run out of transaction IDs.
-
- 30 3月, 2015 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
Concurrent CREATE TABLE... IF NOT EXISTS in the presence of MULTI_THREAD=TRUE could throw an exception.
-
由 Thomas Mueller 提交于
-
- 25 3月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 3月, 2015 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 13 3月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 3月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 3月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 02 3月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 2月, 2015 1 次提交
-
-
由 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 1 次提交
-
-
由 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 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 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 2 次提交
-
-
由 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 提交于
-
- 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 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 14 1月, 2015 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 1月, 2015 1 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
- 05 1月, 2015 3 次提交
-
-
由 noelgrandin@gmail.com 提交于
the logic that cleared the flag could never be reached, resulting in performance degradation. Reported by Alexander Nesterov.
-
由 noelgrandin@gmail.com 提交于
-
由 Thomas Mueller 提交于
-
- 20 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 19 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 12月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
In version 1.3.183, indexes that contains columns with a default value generated by a sequence where not used. This includes identity and auto-increment columns. This bug was introduced by supporting "rownum" in views and derived tables.
-