- 23 12月, 2010 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Cache size limit could be exceeded for certain queries, leading to an OutOfMemoryError in some cases.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 269: GROUP BY queries with a column or having clause that contains IN(SELECT ...) could return the wrong values. Example: SELECT X IN(SELECT Y) FROM Z GROUP BY X.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 21 12月, 2010 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
After closing a database, the writer thread will stop almost immediately (instead of after at most 100 ms). This should avoid error messages in the Tomcat log file after a shutdown.
-
由 Thomas Mueller 提交于
Issue 271: ResultSet.getConcurrency() did not correctly detect that the result set is not updatable.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 20 12月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 18 12月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Improved date / time arithmetics. Adding and subtracting a floating point value from a date or timestamp is now supported.
-
由 Thomas Mueller 提交于
When creating a BLOB with in InputStream or a CLOB with a Reader, and the InputStream or Reader threw an non-IOException, then the LOB storage was broken when storing LOBs in the database.
-
- 17 12月, 2010 9 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
When creating a BLOB with in InputStream or a CLOB with a Reader, and the InputStream or Reader threw an non-IOException, then the LOB storage was broken when storing LOBs in the database.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
When creating a BLOB with in InputStream or a CLOB with a Reader, and the InputStream or Reader threw an non-IOException, then the LOB storage was broken when storing LOBs in the database.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 14 12月, 2010 8 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Cache size limit could be exceeded for certain queries, leading to an OutOfMemoryError in some cases.
-
由 Thomas Mueller 提交于
More accurate calculation of variance and standard deviation for large number of samples with low variance (now using Welford's method).
-
由 Thomas Mueller 提交于
More accurate calculation of variance and standard deviation for large number of samples with low variance (now using Welford's method).
-
由 christian.peter.io 提交于
Cache size limit could be exceeded for certain queries, leading to an OutOfMemoryError in some cases.
-
由 Thomas Mueller 提交于
-
- 13 12月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Server: CLOB data with unicode characters between character code 0xd800 and 0xdfff were not transferred correctly. In many cases, the thread was stuck afterwards.
-
- 12 12月, 2010 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-