[Firebird-devel] Why is RETURNING not a reserved word?

2021-03-22 Thread Mark Rotteveel
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

Re: [Firebird-devel] Why is RETURNING not a reserved word?

2021-03-22 Thread Dmitry Yemanov
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

[Firebird-devel] [FB-Tracker] Created: (CORE-6520) Invalid time zone (+08). Falling back to displacement

2021-03-22 Thread Basil A. Sidorov (JIRA)
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