- 04 2月, 2015 2 次提交
- 
- 
由 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 提交于
 
- 
- 05 1月, 2015 4 次提交
- 
- 
由 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 提交于
- 
由 Thomas Mueller 提交于
 
- 
- 20 12月, 2014 1 次提交
- 
- 
由 Thomas Mueller 提交于
 
- 
- 19 12月, 2014 1 次提交
- 
- 
由 Thomas Mueller 提交于
 
- 
- 18 12月, 2014 4 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于MVStore: imported BLOB and CLOB data sometimes disappeared. This was caused by a bug in the ObjectDataType comparison. 
 
-