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:
parent
48e4360d5b
commit
fa8d0ef549
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user