- 21 11月, 2011 4 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
 
- 
- 20 11月, 2011 4 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
 
- 
- 17 11月, 2011 1 次提交
- 
- 
由 Thomas Mueller 提交于
 
- 
- 16 11月, 2011 6 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Subqueries with an aggregate did not always work. Example: select (select count(*) from test where a = t.a and b = 0) from test t group by a 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
 
- 
- 14 11月, 2011 4 次提交
- 
- 
由 Thomas Mueller 提交于The selectivity of LOB columns is no longer calculated because indexes on LOB columns are not supported. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于The selectivity of LOB columns is no longer calculated because indexes on LOB columns are not supported. 
 
- 
- 08 11月, 2011 1 次提交
- 
- 
由 Thomas Mueller 提交于New experimental system property "h2.modifyOnWrite": when enabled, the database file is only modified when writing to the database. This should speed up the serialized file lock. 
 
- 
- 04 11月, 2011 2 次提交
- 
- 
由 Thomas Mueller 提交于Issue 180: when deserializing objects, the context class loader is used instead of the default class loader if the system property "h2.useThreadContextClassLoader" is set. Thanks a lot to Noah Fontes for the patch! 
- 
由 Thomas Mueller 提交于Issue 180: when deserializing objects, the context class loader is used instead of the default class loader if the system property "h2.useThreadContextClassLoader" is set. Thanks a lot to Noah Fontes for the patch! 
 
- 
- 03 11月, 2011 3 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Issue 180: when deserializing objects, the context class loader is used instead of the default class loader if the system property "h2.useThreadContextClassLoader" is set. Thanks a lot to Noah Fontes for the patch! 
- 
由 Thomas Mueller 提交于
 
- 
- 01 11月, 2011 2 次提交
- 
- 
由 Thomas Mueller 提交于Issue 326: improved support for case sensitive (mixed case) identifiers without quotes when using DATABASE_TO_UPPER=FALSE. 
- 
由 Thomas Mueller 提交于The optimization for "group by" was not working correctly if the group by column was aliased in the select list. 
 
- 
- 28 10月, 2011 13 次提交
- 
- 
由 Thomas Mueller 提交于--no commit message 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Issue 351: MySQL mode: can not create a table with the column "KEY", and can not open databases where such a table already exists. (KEY is _not_ a keyword.) 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Issue 351: MySQL mode: can not create a table with the column "KEY", and can not open databases where such a table already exists. (KEY is now a keyword.) 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于TCP server: when using the trace option ("-trace"), the trace output contained unnecessary stack traces when stopping the server.
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Issue 354: when using the multi-threaded kernel option, and multiple threads concurrently prepared SQL statements that use the same view or the same index of a view, then in some cases an infinite loop could occur. 
 
-