- 29 10月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 28 10月, 2010 6 次提交
-
-
由 Thomas Mueller 提交于
H2 Console: webAllowOthers and webSSL were swapped if they didn't exist in the properties file. Issue 244.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
When the system property h2.lobInDatabase is set, CREATE TABLE ... AS SELECT with a LOB column did not always work.
-
由 Thomas Mueller 提交于
When the system property h2.lobInDatabase is set, CREATE TABLE ... AS SELECT with a LOB column did not always work.
-
- 26 10月, 2010 4 次提交
-
-
由 christian.peter.io 提交于
-
由 christian.peter.io 提交于
Improved test case. Now, a script generated with the Recover tool is tested against the original database, too
-
由 Thomas Mueller 提交于
-
由 christian.peter.io 提交于
-
- 25 10月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 24 10月, 2010 7 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 christian.peter.io 提交于
Improved test case. Now, a script generated with the Recover tool is tested against the original database, too
-
由 christian.peter.io 提交于
-
由 christian.peter.io 提交于
-
由 christian.peter.io 提交于
-
- 23 10月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 22 10月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
After a crash, the database file did not always shrink because old transaction log pages were not removed from the file.
-
由 Thomas Mueller 提交于
-
- 21 10月, 2010 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
CAST: when converting a string to binary, it is hex encoded (every byte two characters); a hex string can be converted to a number by first converting it to binary.
-
由 Thomas Mueller 提交于
-
- 19 10月, 2010 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
MS SQL Server compatibility: support string literals prefixed with N ("National Language" strings). Issue 240.
-
- 18 10月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 10月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
CAST('011' AS INT) will no longer use decode the value as an octal number (using Integer.decode) but now use Integer.parseInt. The same logic applied to byte, short, and long.
-