- 26 5月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 24 5月, 2011 2 次提交
-
-
由 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).
-
- 20 5月, 2011 1 次提交
-
-
由 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.
-
- 15 5月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 5月, 2011 1 次提交
-
-
由 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.
-
- 06 5月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 04 5月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 03 5月, 2011 1 次提交
-
-
由 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 1 次提交
-
-
由 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 2 次提交
-
-
由 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.
-
- 09 4月, 2011 1 次提交
-
-
由 christian.peter.io 提交于
-
- 08 4月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 4月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 4月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 31 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 30 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 29 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 3月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 304: The condition [NOT] IN (SELECT ...) could throw the exception "Unexpected code path" if the subquery contained ORDER BY.
-
- 25 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
ALTER TABLE ALTER ADD / REMOVE /ALTER COLUMN dropped some dependent objects (access rights, triggers) of views that depend on the modified table. CREATE OR REPLACE VIEW dropped some dependent objects (access rights, triggers) if the view already existed before.
-
- 22 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 21 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 14 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 3月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
Issue 294: The Maven source bundle now contains a manifest file that allows Eclipse to automatically attach the source code (if Maven is used).
-
由 Thomas Mueller 提交于
-
- 10 3月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 07 3月, 2011 3 次提交
-
-
由 christian.peter.io 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-