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

Updated the docs.

This commit is contained in:
dimitr 2013-07-22 15:44:14 +00:00
parent bcc4c98e1c
commit 672ba22b5d

View File

@ -2,6 +2,26 @@
* v3.0 Alpha 1
**************
* Bugfix CORE-4137
Wrong metadata output script generate by ISQL / CHARACTER SETISO8859_1 syntax error
Contributor(s):
Adriano dos Santos Fernandes <adrianosf at gmail.com>
* Bugfix CORE-4136
Sharp-S character treated incorrectly in UNICODE_CI_AI collation
Contributor(s):
Adriano dos Santos Fernandes <adrianosf at gmail.com>
* Bugfix CORE-4135
Sweep blocks establishment of concurrent attachments in SuperServer
Contributor(s):
Vlad Khorsun <hvlad at users.sf.net>
* Bugfix CORE-4134
Race condition when auto-sweep is started
Contributor(s):
Vlad Khorsun <hvlad at users.sf.net>
* Bugfix CORE-4074
Computed by columns and POSITION function
Contributor(s):
@ -17,6 +37,11 @@
Contributor(s):
Adriano dos Santos Fernandes <adrianosf at gmail.com>
* Bugfix CORE-4005
Wrong error message with recursive CTE
Contributor(s):
Vlad Khorsun <hvlad at users.sf.net>
* Bugfix CORE-3973
Original table name and column name and owner missing from SQLDA for aliased column in grouped query
Contributor(s):
@ -409,6 +434,11 @@
Contributor(s):
Dmitry Yemanov <dimitr at firebirdsql.org>
* Improvement CORE-3704
Add new context variables to the SYSTEM namespace
Contributor(s):
Dmitry Yemanov <dimitr at firebirdsql.org>
* Improvement CORE-3639
Allow the use of multiple WHEN MATCHED / NOT MATCHED clauses in MERGE, as per the SQL 2008 specification
See also: