- 27 5月, 2011 20 次提交
-
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 26 5月, 2011 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
If some of the file system operations failed, System.gc() was called in a loop. Now it is called once at most.
-
由 Thomas Mueller 提交于
When altering a table with triggers, new triggers are created and initialized with a table name that ends with tableName_COPY_x_y.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Triggers (including the fulltext search) could throw the exception 'Unexpected code path' in Session.log.
-
由 Thomas Mueller 提交于
When altering a table with triggers, new triggers are created and initialized with a table name that ends with tableName_COPY_x_y.
-
- 24 5月, 2011 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
TIMESTAMPADD is now an alias for DATEADD. Most SQL_TSI_ constants are now supported for for TIMESTAMPADD and TIMESTAMPDIFF (all except SQL_TSI_QUARTER and SQL_TSI_FRAC_SECOND).
-
由 Thomas Mueller 提交于
VALUES is now supported as a standalone command and as a table source: SELECT * FROM (VALUES(1, 'Hello'), (2, 'World')) AS V;
-
由 Thomas Mueller 提交于
The statement CALL no longer converts an ARRAY return value to a list of values. Now an ARRAY is returned.
-
由 Thomas Mueller 提交于
The statement CALL no longer converts an ARRAY return value to a list of values. Now an ARRAY is returned.
-
- 20 5月, 2011 8 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Opening a database with both multi-threaded mode and lock mode 0 (disable locking) was possible (but only once), even thought it does not work properly.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Native fulltext search: the characters '<', '>', and '\' are now also whitespace characters. Also, the list of whitespace characters can be changed using FullText.setWhitespaceChars(conn, ...)
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The statement "script drop" create a script that couldn't be executed if a table contained a reference to a user defined function.
-
由 Thomas Mueller 提交于
The statement "script drop" create a script that couldn't be executed if a table contained a reference to a user defined function.
-
由 Thomas Mueller 提交于
When reading from the classpath (for example read_file('classpath:logo.png')), now the content class loader is used if the resource can't be found otherwise.
-