Firebird Documentation Index → Firebird 2.5 Release Notes → General Notes |
Table of Contents
This sub-release comes with a significant list of bug fixes.
(CORE-5853)
Two new context variables
LOCALTIME
and LOCALTIMESTAMP
that are synonyms for
CURRENT_TIME
and CURRENT_TIMESTAMP
, respectively. They can be
used in this sub-release and in Firebird 3.0.4 and later, for forward-compatibility with
Firebird 4. See Context Variables LOCALTIME and
LOCALTIMESTAMP for details.
Implemented by A. dos Santos Fernandes
~ ~ ~
(CORE-5434)
A read-only transaction will no longer
force write the Header\TIP page content to disk immediately after a change. This improvement
gives a significant performance gain where there are numerous light read-only transactions.
At this stage, it affects only Superserver. For Classic and Superclassic it is more complex to
implement and should appear in Firebird 4.0.
Implemented by V. Khorsun
~ ~ ~
(CORE-2493)
The IP address of the remote host is
now appended to error messages in firebird.log for TCP connections.
Implemented by V. Khorsun
~ ~ ~
Firebird Documentation Index → Firebird 2.5 Release Notes → General Notes |