- 26 10月, 2010 1 次提交
-
-
由 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 3 次提交
-
-
由 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.
-
由 Thomas Mueller 提交于
When a domain (user defined data type) contained a user defined function, the database could not be opened.
-
- 15 10月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 14 10月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 13 10月, 2010 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The LOB storage (when the system property h2.lobInDatabase is set) is now only initialized when needed.
-