- 20 5月, 2011 6 次提交
-
-
由 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).
-
- 02 5月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Split file system: truncating a file now deletes the parts in reverse order, so that the file list is consistent if the process is interrupted while truncating.
-
- 29 4月, 2011 9 次提交
-
-
由 Thomas Mueller 提交于
-
由 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 提交于
The H2 JDBC client can now be used in an unsigned Applet. The problem was that System.getProperty throws a SecurityException, which is now ignored.
-
由 Thomas Mueller 提交于
The H2 JDBC client can now be used in an unsigned Applet. The problem was that System.getProperty throws a SecurityException, which is now ignored.
-
由 Thomas Mueller 提交于
The H2 JDBC client can now be used in an unsigned Applet. The problem was that System.getProperty throws a SecurityException, which is now ignored.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
In the last release, the error code for "Wrong user name or password" was still 08004 instead of 28000, which resulted in the wrong error message.
-
由 Thomas Mueller 提交于
In the last release, the error code for "Wrong user name or password" was still 08004 instead of 28000, which resulted in the wrong error message.
-