Skip to content

Commit e1d72f0

Browse files
committed
#217 Add history, also fix in fblangref40, fblangref30 and fblangref25
1 parent f35b055 commit e1d72f0

7 files changed

+13
-9
lines changed

src/docs/asciidoc/en/refdocs/fblangref25/_fblangref25-appx04-systables.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,9 +1543,9 @@ It enumerates users and their privileges
15431543
|SMALLINT
15441544
|Transaction state:
15451545

1546-
`0` - in limbo +
1547-
`1` - committed +
1548-
`2` - rolled back
1546+
`1` - in limbo +
1547+
`2` - committed +
1548+
`3` - rolled back
15491549

15501550
|RDB$TIMESTAMP
15511551
|TIMESTAMP

src/docs/asciidoc/en/refdocs/fblangref25/_fblangref25-dochist.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ a|* Documented `LOCALTIME` and `LOCALTIMESTAMP` introduced in 2.5.9
1717
* Added links to `CURRENT_DATE`, `CURRENT_TIME`, `CURRENT_TIMESTAMP`, `LOCALTIME`, and `LOCALTIMESTAMP` from chapter Built-in Functions
1818
* Added cross-reference between the datetime context variables
1919
* Fixed wrong nesting of sections in operators
20+
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217])
2021

2122
|1.18
2223
|02 Oct 2024

src/docs/asciidoc/en/refdocs/fblangref30/_fblangref30-appx04-systables.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,9 +1914,9 @@ It enumerates users and their privileges
19141914
|SMALLINT
19151915
|Transaction state:
19161916

1917-
`0` - in limbo +
1918-
`1` - committed +
1919-
`2` - rolled back
1917+
`1` - in limbo +
1918+
`2` - committed +
1919+
`3` - rolled back
19201920

19211921
|RDB$TIMESTAMP
19221922
|TIMESTAMP

src/docs/asciidoc/en/refdocs/fblangref30/_fblangref30-dochist.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The exact file history is recorded in our _git_ repository; see https://github.c
1616
a|* Added links to `CURRENT_DATE`, `CURRENT_TIME`, `CURRENT_TIMESTAMP`, `LOCALTIME`, and `LOCALTIMESTAMP` from chapter Built-in Scalar Functions
1717
* Added cross-reference between the datetime context variables
1818
* Fixed wrong nesting of sections in operators
19+
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217])
1920

2021
|1.22
2122
|02 Oct 2024

src/docs/asciidoc/en/refdocs/fblangref40/_fblangref40-appx04-systables.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,9 +2163,9 @@ For example, this identifier is used in the `time_zone` field of the `ISC_TIMEST
21632163
|SMALLINT
21642164
|Transaction state:
21652165

2166-
`0` - in limbo +
2167-
`1` - committed +
2168-
`2` - rolled back
2166+
`1` - in limbo +
2167+
`2` - committed +
2168+
`3` - rolled back
21692169

21702170
|RDB$TIMESTAMP
21712171
|TIMESTAMP WITH TIME ZONE

src/docs/asciidoc/en/refdocs/fblangref40/_fblangref40-dochist.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The exact file history is recorded in our _git_ repository; see https://github.c
1616
a|* Added links to `CURRENT_DATE`, `CURRENT_TIME`, `CURRENT_TIMESTAMP`, `LOCALTIME`, and `LOCALTIMESTAMP` from chapter Built-in Scalar Functions
1717
* Added cross-reference between the datetime context variables
1818
* Fixed wrong nesting of sections in operators
19+
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217])
1920

2021
|2.14
2122
|02 Oct 2024

src/docs/asciidoc/en/refdocs/fblangref50/_fblangref50-dochist.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ a|* Added links to `CURRENT_DATE`, `CURRENT_TIME`, `CURRENT_TIMESTAMP`, `LOCALTI
1717
* Added cross-reference between the datetime context variables
1818
* Fixed wrong nesting of sections in operators
1919
* Clarify `ASCII_CHAR`/`ASCII_VAL` domain/range
20+
* `RDB$TRANSACTION_STATE` values were off by one (https://github.com/FirebirdSQL/firebird-documentation/pull/217[#217])
2021

2122
|1.0
2223
|02 Oct 2024

0 commit comments

Comments
 (0)