- 28 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
When the system property h2.lobInDatabase is set, reading a BLOB is a bit faster because the length is not read.
-
- 23 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 21 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 12月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Improved date / time arithmetics. Adding and subtracting a floating point value from a date or timestamp is now supported.
-
- 17 12月, 2010 2 次提交
-
-
由 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 提交于
-
- 14 12月, 2010 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 christian.peter.io 提交于
Cache size limit could be exceeded for certain queries, leading to an OutOfMemoryError in some cases.
-
- 13 12月, 2010 1 次提交
-
-
由 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 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 10 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 08 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
The database upgrade (to upgrade from H2 version 1.1.x) has been simplified. The setting NO_UPGRADE is no longer supported, instead use the database URL jdbc:h2v1_1:
-
- 02 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 01 12月, 2010 1 次提交
-
-
由 christian.peter.io 提交于
LOB: in server mode, if the feature "LOBs in database" is disabled, the temporary files are now created in the temp directory (the same as when "LOBs in database" is enabled).
-
- 30 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
Cluster: The SQL statement SET AUTOCOMMIT FALSE doesn't work. This limitation is now documented. Issue 259.
-
- 26 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 11月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
Using the java.sql.Blob or java.sql.Clob interfaces could throw the wrong exception after the object was closed.
-
由 Thomas Mueller 提交于
-
- 21 11月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 20 11月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 17 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 13 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 11月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
When using multi-version concurrency, re-running a prepared statement with the same parameters would sometimes give the same result even if another connection committed a change (the previous result was sometimes re-used incorrectly).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 08 11月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
When the system property h2.lobInDatabase is set, the lob tables were always created when closing the database, even if the tables were not needed.
-
- 06 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-