- 29 3月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 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.
-
- 26 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 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 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 21 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 3月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 14 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 3月, 2011 4 次提交
-
-
由 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 提交于
-
由 Thomas Mueller 提交于
A query with an explicit LIMIT 0 will now return no rows (so far it meant no limit), which is compatible with PostgreSQL and MySQL. A negative limit value (as well as LIMIT NULL) mean no limit (so far a negative limit meant a limit of one row).
-
由 Thomas Mueller 提交于
-
- 10 3月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 09 3月, 2011 1 次提交
-
-
由 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 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 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 5 次提交
-
-
由 Thomas Mueller 提交于
New database setting EARLY_FILTER to allow table implementations to apply filter conditions early on.
-
由 Thomas Mueller 提交于
-
由 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 提交于
-
由 Thomas Mueller 提交于
-
- 04 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 03 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 02 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 01 3月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 28 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-