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

Little changes in Alpha 5 changes description

This commit is contained in:
skidder 2002-12-04 16:23:15 +00:00
parent eef5adeac1
commit ac84fd64de

View File

@ -2,24 +2,26 @@
* v1.5 Alpha 5
**************
* FIRST/SKIP and ORDER BY changes.
* FIRST/SKIP and ORDER BY changes.
1. Implemented ORDER BY clause in subqueries.
2. Disallowed FIRST/SKIP for views.
3. Allowed zero as valid argument for FIRST.
Contributor(s):
Dmitry Yemanov <yemanov@yandex.ru>
* Fixed unregistered bug.
* Fixed unregistered bug.
Buffer overflow (MAXPATHLEN) and rewritten local function dirname.
Contributor(s):
Erik Kunze <erik.kunze@philosys.de>
* Fixed unregistered bug.
* Fixed unregistered bug.
Make SQLDA parameter mapping consistent with order and number of parameters in source SQL string.
Notes:
You can enable older mapping behavior (for backward compatibility) using "OldParameterOrdering" configuration manager parameter.
Contributor(s):
Nickolay Samofatov <skidder@bssys.com>
* Fixed unregistered bug.
* Fixed Alpha 4 bug.
Crash when grouping by invariant subquery.
Contributor(s):
Nickolay Samofatov <skidder@bssys.com>
@ -29,40 +31,40 @@
Contributor(s):
Arno Brinkman <firebird@abvisie.nl>
* Fixed unregistered bug.
* Fixed unregistered bug.
Removed request size limitation.
Contributor(s):
Dmitry Yemanov <yemanov@yandex.ru>
* Fixed Alpha 4 bug.
Nulls first/last and collation handling in "order by" clause of unions.
* Fixed unregistered bug.
Nulls first/last and collation handling in "order by" clause of unions.
Contributor(s):
Nickolay Samofatov <skidder@bssys.com>
* Fixed alpha 4 bug.
* Fixed Alpha 4 bug.
Optimizer, LEFT OUTER JOIN and error "no current record for fetch operation".
Contributor(s):
Arno Brinkman <firebird@abvisie.nl>
* Fixed Alpha 4 bug.
* Fixed Alpha 4 bug.
Wrong privileges checks.
Contributor(s):
Dmitry Yemanov <yemanov@yandex.ru>
* Fixed alpha 4 bug.
* Fixed Alpha 4 bug.
UDF node didn't contain any character set, was always NONE.
Contributor(s):
Arno Brinkman <firebird@abvisie.nl>
* Generic code cleanup.
Renamings, new safe macros, support for mingw.
Renamings, new safe macros, support for mingw.
Contributor(s):
Erik Kunze <erik.kunze@philosys.de>,
Ignacio J. Ortega <nacho@siapi.es>,
Dimitry Sibiryakov <sd@topol.udm.net>
* Fixed Alpha 4 bug.
Little bug in explicit locking implementation.
* Explicit record locking.
Finalized explicit locking implementation. Should be stable and consistent now.
Contributor(s):
Nickolay Samofatov <skidder@bssys.com>
@ -72,7 +74,7 @@
Arno Brinkman <firebird@abvisie.nl>
* Fixed Alpha 4 bug.
Restore problem for databases having views that use procedures AND are used by procedures.
Restore problem for databases having views that use procedures AND are used by procedures.
Contributor(s):
Nickolay Samofatov <skidder@bssys.com>