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

Little Beta 1 description change

This commit is contained in:
skidder 2003-01-23 10:38:48 +00:00
parent bff058931e
commit fd10ca4552

View File

@ -7,6 +7,11 @@
Contributor(s): Contributor(s):
Dmitry Yemanov <yemanov@yandex.ru> Dmitry Yemanov <yemanov@yandex.ru>
* Changed aggregate tracking behavior
Introduce backwards compatibilty within aggregates. Deepest field inside aggregate determine where an aggregate-context should belong to.
Contributor(s):
Arno Brinkman <firebird@abvisie.nl>
* Improved optimizer. * Improved optimizer.
Better optimizations of "complex" JOIN queries (LEFT JOIN, views, SPs, etc). Better optimizations of "complex" JOIN queries (LEFT JOIN, views, SPs, etc).
Contributor(s): Contributor(s):
@ -101,7 +106,7 @@
Contributor(s): Contributor(s):
Arno Brinkman <firebird@abvisie.nl> Arno Brinkman <firebird@abvisie.nl>
* Fixed unregistered bug. * Fixed Alpha 5 bug.
Fixed FB XDR double representation for Linux server and client. Fixed FB XDR double representation for Linux server and client.
This fixes numerous bugs with double precision columns and UDF's when using Linux server and Jaybird or Windows client. This fixes numerous bugs with double precision columns and UDF's when using Linux server and Jaybird or Windows client.
Contributor(s): Contributor(s):
@ -121,6 +126,7 @@
Structures within Y-valve. Structures within Y-valve.
Contributor(s): Contributor(s):
Alexander Peshkoff <peshkoff@hotmail.ru> Alexander Peshkoff <peshkoff@hotmail.ru>
Nickolay Samofatov <skidder@bssys.com>
* Comments improvement. * Comments improvement.
Single-line comments (--) are now allowed in any position of the SQL statement. Single-line comments (--) are now allowed in any position of the SQL statement.