From 86407237b2efcdde16a5b3dae86f9fee2df65c21 Mon Sep 17 00:00:00 2001 From: Dmitry Yemanov Date: Fri, 24 Apr 2020 09:30:07 +0300 Subject: [PATCH] Additions --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce162a903..e556a90514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,9 +104,17 @@ * [CORE-4462](http://tracker.firebirdsql.org/browse/CORE-4462): Make it possible to restore compressed .nbk files without explicitly decompressing them Contributor(s): Alex Peshkoff +* [CORE-3983](http://tracker.firebirdsql.org/browse/CORE-3983): Ability to authenticate user in "EXECUTE STATEMENT ON EXTERNAL DATA SOURCE" by hash of the current password + Contributor(s): Alex Peshkoff + ## Bugfixes +* [CORE-6290](http://tracker.firebirdsql.org/browse/CORE-6290): Hex number used at the end of statement may read invalid memory and produce wrong values or exceptions + Note(s): Backported into v3.0.6 + Contributor(s): Adriano dos Santos Fernandes + * [CORE-6283](http://tracker.firebirdsql.org/browse/CORE-6283): isNullable() in message metadata, returned by metadata builder, does not match with datatype set by setType() in metadata builder + Note(s): Backported into v3.0.6 Contributor(s): Alex Peshkoff * [CORE-6282](http://tracker.firebirdsql.org/browse/CORE-6282): Change type of MON$ATTACHMENTS.MON$IDLE\_TIMER and MON$STATEMENTS.MON$STATEMENT\_TIMER to TIMESTAMP WITH TIME ZONE