It turns out that RETURNING is not a reserved word, which allows
statements like:
```
SQL> create table returning (returning boolean);
SQL> insert into returning (returning) values (true) returning returning
returning;
RETURNING
=
SQL> update returning set returning = not returning
22.03.2021 11:14, Mark Rotteveel wrote:
It turns out that RETURNING is not a reserved word, which allows
statements like:
```
SQL> create table returning (returning boolean);
SQL> insert into returning (returning) values (true) returning returning
returning;
RETURNING
=
SQL> updat
Invalid time zone (+08). Falling back to displacement
-
Key: CORE-6520
URL: http://tracker.firebirdsql.org/browse/CORE-6520
Project: Firebird Core
Issue Type: Bug
Components: Engi