Skip to content

Commit

Permalink
Add missing RDB$GET_CONTEXT variable names to rlsnotes30
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed May 11, 2023
1 parent c726323 commit 36152fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/docs/asciidoc/en/rlsnotes/rlsnotes30/_dml-30.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -974,12 +974,18 @@ See Tracker ticket http://tracker.firebirdsql.org/browse/CORE-4437[CORE-4437]
[[rnfb30-dml-contextvars]]
=== Context Variables

Context variables added in version 3.0.4:
==== CLIENT_HOST

Context variable `CLIENT_HOST` was added to the `SYSTEM` namespace of `RDB$GET_CONTEXT`.

`CLIENT_HOST`::
The wire protocol host name of remote client.
Value is returned for all supported protocols.

==== WIRE_COMPRESSED and WIRE_ENCRYPTED
Vlad Khorsun

*Firebird 3.0.4:* Context variables `WIRE_COMPRESSED` and `WIRE_ENCRYPTED` were added to the `SYSTEM` namespace to report compression and encryption status, respectively, of the current connection:
*Firebird 3.0.4:* Context variables `WIRE_COMPRESSED` and `WIRE_ENCRYPTED` were added to the `SYSTEM` namespace of `RDB$GET_CONTEXT` to report compression and encryption status, respectively, of the current connection:

WIRE_COMPRESSED::
Compression status of the current connection.
Expand Down
1 change: 1 addition & 0 deletions src/docs/asciidoc/en/rlsnotes/rlsnotes40/_dml-40.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,7 @@ The new UDR `GetExactTimestampUTC`, in the `udf_compat` library, takes no input

The older function, `GetExactTimestamp` has been refactored as a stored function, returning, as before, the `TIMESTAMP WITHOUT TIME ZONE` value at the moment the function is called.

[[rnfb40-dml-getcontext_vars]]
=== New SYSTEM Context Variables For RDB$GET_CONTEXT

The following context variables were added to the SYSTEM namespace of RDB$GET_CONTEXT:
Expand Down

0 comments on commit 36152fd

Please sign in to comment.