- 23 1月, 2015 5 次提交
-
-
由 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 8 次提交
-
-
由 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.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 17 12月, 2014 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Group by with a quoted select column name alias didn't work. Example: select 1 "a" from dual group by "a"
-
- 16 12月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-