- 26 5月, 2011 3 次提交
-
-
由 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 9 次提交
-
-
由 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.
-
由 Thomas Mueller 提交于
-
- 15 5月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 14 5月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 5月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
The query plan of queries with subqueries that contain nested joins was wrong. This could result in syntax exceptions for correct queries.
-
- 11 5月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 10 5月, 2011 1 次提交
-
-
由 christian.peter.io 提交于
A read only database with writeable linked tables could lead to a DATABASE_IS_READ_ONLY (90097) error. This is fixed now.
-
- 07 5月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 5月, 2011 8 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 04 5月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 03 5月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
The condition "in(select ...)" did not work correctly if the subquery could not be converted to a "distinct" query, as in: "select * from dual where x in (select x from dual group by x order by max(x))".
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
There was a classloader memory leak problem because a class contained a static references to an exception (including stack trace).
-