8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

nightly update

This commit is contained in:
fsg 2005-04-22 01:15:49 +00:00
parent 1a3861185e
commit 9d39043083

View File

@ -1,3 +1,15 @@
2005-04-21 19:35 arnobrinkman
* firebird2/src/jrd/opt.cpp (1.236):
Fix bug with ORDER BY and DISTINCT on OUTER JOIN where the ORDER BY
clause was given to a deeper rse, but shouldn't because the
distinct should be applied first. Reproducable query: SELECT
DISTINCT r.rdb$relation_name, r.rdb$relation_id FROM
rdb$relations r LEFT JOIN rdb$relation_fields f ON
(f.rdb$relation_name = r.rdb$relation_name) ORDER BY
r.rdb$relation_id
2005-04-20 16:29 kkuznetsov
* firebird2/: configure.in (1.224),