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

fix up WhatsNew

This commit is contained in:
skidder 2003-06-01 19:17:55 +00:00
parent 48e4360d5b
commit fa8d0ef549

View File

@ -116,14 +116,14 @@
Dmitry Yemanov <yemanov@yandex.ru>
* Fixed unregistered bug.
Enabled aggregate functions from different parent context to be used inside another aggregate function.
Example:
SELECT MAX((SELECT COUNT(*) FROM RDB$RELATIONS)) FROM RDB$RELATIONS
Enabled aggregate functions from different parent context to be used inside another aggregate function.
Example:
SELECT MAX((SELECT COUNT(*) FROM RDB$RELATIONS)) FROM RDB$RELATIONS
Contributor(s):
Arno Brinkman <firebird@abvisie.nl>
* Fixed RC1 bug.
Aggregates from a different parent context were not allowed in the HAVING clause.
Aggregates from a different parent context were not allowed in the HAVING clause.
Contributor(s):
Arno Brinkman <firebird@abvisie.nl>