- 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 5 次提交
-
-
由 christian.peter.io 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
Added support for modulus operator in expressions
-
- 06 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
Issue 288: Some right outer join queries failed to produce the correct result or threw exceptions such as "column x must be in the group by list". Some right outer joins with invalid column referenced (typos) threw a NullPointerException instead of "column not found" exception.
-
- 05 3月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
New database setting EARLY_FILTER to allow table implementations to apply filter conditions early on.
-
由 Thomas Mueller 提交于
Cluster: in a two node cluster, if cluster node stopped, and autocommit was enabled, then changes on the remaining cluster node didn't get committed automatically.
-
由 Thomas Mueller 提交于
-
- 04 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 03 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 02 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 01 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 26 2月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
Issue 290: Conditions using subqueries were sometimes evaluated before much simpler conditions, which was very bad for performance. This includes subqueries returning a value, EXISTS subqueries, and IN(SELECT ..) subqueries.
-
由 Thomas Mueller 提交于
-