Skip to content

Commit 93675af

Browse files
committed
Update the docs for v4.0.6
1 parent 6f4ab5c commit 93675af

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Improvements
44

5+
* [#8598](https://github.com/FirebirdSQL/firebird/issues/8598): Don't fire referential integrity triggers if primary or unique keys haven't changed
6+
Contributor(s): Vlad Khorsun
7+
58
* [#8433](https://github.com/FirebirdSQL/firebird/pull/8433): Improve code of class `BePlusTree`
69
Contributor(s): Vlad Khorsun
710

@@ -16,15 +19,33 @@
1619

1720
## Bugfixes
1821

22+
* [#8592](https://github.com/FirebirdSQL/firebird/issues/8592): Presence of 'ROWS <n_limit>' causes garbage in error message when string conversion problem raises
23+
Contributor(s): Adriano dos Santos Fernandes
24+
25+
* [#8590](https://github.com/FirebirdSQL/firebird/issues/8590): Line "BLR to Source mapping:" may look broken when `procedures.rdb$debug_info` is queried using remote protocol
26+
Contributor(s): Vlad Khorsun
27+
28+
* [#8589](https://github.com/FirebirdSQL/firebird/issues/8589): `PERCENT_RANK` may return _NaN_ instead of 0
29+
Contributor(s): Adriano dos Santos Fernandes
30+
31+
* [#8588](https://github.com/FirebirdSQL/firebird/issues/8588): Error doing a backup when database file name has extended ASCII chars
32+
Contributor(s): Alexander Peshkov
33+
1934
* [#8554](https://github.com/FirebirdSQL/firebird/issues/8554): Vulnerability GHSA-7qp6-hqxj-pjjp / ZDI-CAN-26486
2035
Contributor(s): Alexander Peshkov
2136

37+
* [#8524](https://github.com/FirebirdSQL/firebird/issues/8524): _ISQL_ will truncate lines longer than 255 characters when pasting
38+
Contributor(s): Vlad Khorsun
39+
2240
* [#8520](https://github.com/FirebirdSQL/firebird/issues/8520): Error in `iTransaction.getInfo()` on embedded connection
2341
Contributor(s): Alexander Peshkov
2442

2543
* [#8509](https://github.com/FirebirdSQL/firebird/issues/8509): "Error creating private namespace" message in _firebird.log_
2644
Contributor(s): Vlad Khorsun
2745

46+
* [#8487](https://github.com/FirebirdSQL/firebird/issues/8487): Unexpected _SetFilePointer_ error when remapping the shared memory
47+
Contributor(s): Vlad Khorsun
48+
2849
* [#8485](https://github.com/FirebirdSQL/firebird/issues/8485): Segfault on incorrect _databases.conf_ starting with sub-config (without line `alias=database_path`)
2950
Contributor(s): Alexander Peshkov
3051

@@ -76,6 +97,9 @@
7697
* [#8268](https://github.com/FirebirdSQL/firebird/pull/8268): Fix refetch header data from delta when database in backup lock
7798
Contributor(s): Andrey Kravchenko
7899

100+
* [#8262](https://github.com/FirebirdSQL/firebird/pull/8262): Make server to correctly handle case when `accept()` returns both success and data for client
101+
Contributor(s): Vlad Khorsun
102+
79103
* [#8255](https://github.com/FirebirdSQL/firebird/pull/8255): Catch possible stack overflow when preparing and compiling user statements
80104
Contributor(s): Vlad Khorsun
81105

@@ -106,6 +130,12 @@
106130
* [#8215](https://github.com/FirebirdSQL/firebird/issues/8215): Rare sporadic segfaults in test for core-6142 on Windows
107131
Contributor(s): Alexander Peshkov
108132

133+
* [#8182](https://github.com/FirebirdSQL/firebird/issues/8182): `IN` predicate incorrectly handles single parenthesized subquery as IN-list, instead of table subquery
134+
Contributor(s): Mark Rotteveel
135+
136+
* [#8139](https://github.com/FirebirdSQL/firebird/issues/8139): Conflict resolution code uses constraint name instead of index name
137+
Contributor(s): Andrey Kravchenko, Vlad Khorsun
138+
109139
* [#8069](https://github.com/FirebirdSQL/firebird/pull/8069): Add missing synchronization to cached vectors of known pages
110140
Contributor(s): Dmitry Yemanov, Vlad Khorsun
111141

0 commit comments

Comments
 (0)