Re: [Firebird-devel] blr 31 & 30

2021-02-04 Thread Alex Peshkoff via Firebird-devel
On 2/4/21 7:29 PM, Mark Rotteveel wrote: On 2021-02-04 15:55, Norbert Saint Georges wrote: Mark Rotteveel a écrit : On 2021-02-04 09:39, Norbert Saint Georges wrote: yes, this is what I found but there is no definition RDB $ FIELD_TYPE = 30 or 31 in rdb $ types in FB4, what is it for? The

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-04 Thread Dmitry Starodubov
03.02.2021 19:21, Vlad Khorsun пишет: 03.02.2021 15:29, Dmitry Starodubov wrote: Hello all. As it's described in CORE-1241, configuration parameter "TempDirectories" does not affect a place where some temporary files are stored. Instead they are stored in the path given by the FIREBIRD_TMP

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-04 Thread Dmitry Starodubov
Yes, my mistake. Configuration parameter should have priority. -- Dmitry Starodubov 03.02.2021 18:21, liviuslivius пишет: Hi I do not know if i understand your description fully but for me this new config parameter should have priority over system variable. Is your sentence same as above?

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-04 Thread Dmitry Starodubov
03.02.2021 17:32, Dimitry Sibiryakov пишет: 03.02.2021 14:29, Dmitry Starodubov wrote: I propose to create a new configuration parameter, which will be identical to FIREBIRD_TMP environment variable.   Why not to begin use the old parameter for listed things instead and just fix inability of

Re: [Firebird-devel] blr 31 & 30

2021-02-04 Thread Mark Rotteveel
On 2021-02-04 15:55, Norbert Saint Georges wrote: Mark Rotteveel a écrit : On 2021-02-04 09:39, Norbert Saint Georges wrote: yes, this is what I found but there is no definition RDB $ FIELD_TYPE = 30 or 31 in rdb $ types in FB4, what is it for? The EXTENDED TIMESTAMP WITH TIME ZONE and

Re: [Firebird-devel] blr 31 & 30

2021-02-04 Thread Norbert Saint Georges
Mark Rotteveel a écrit : On 2021-02-04 09:39, Norbert Saint Georges wrote: yes, this is what I found but there is no definition RDB $ FIELD_TYPE = 30 or 31 in rdb $ types in FB4, what is it for? The EXTENDED TIMESTAMP WITH TIME ZONE and EXTENDED TIME WITH TIME ZONE are protocol-only

Re: [Firebird-devel] blr 31 & 30

2021-02-04 Thread Mark Rotteveel
On 2021-02-04 09:39, Norbert Saint Georges wrote: yes, this is what I found but there is no definition RDB $ FIELD_TYPE = 30 or 31 in rdb $ types in FB4, what is it for? The EXTENDED TIMESTAMP WITH TIME ZONE and EXTENDED TIME WITH TIME ZONE are protocol-only data-types, where it will always

Re: [Firebird-devel] blr 31 & 30

2021-02-04 Thread Norbert Saint Georges
Jirí Cincura a écrit : yes, this is what I found but there is no definition RDB $ FIELD_TYPE = 30 or 31 in rdb $ types in FB4, what is it for? The "extended" definition is just for protocol, where the message contains also the TZ offset. But this is never stored. OK, thanks -- Norbert

Re: [Firebird-devel] blr 31 & 30

2021-02-04 Thread Jiří Činčura
> yes, this is what I found but there is no definition RDB $ FIELD_TYPE = > 30 or 31 in rdb $ types in FB4, what is it for? The "extended" definition is just for protocol, where the message contains also the TZ offset. But this is never stored. -- Mgr. Jiří Činčura

Re: [Firebird-devel] blr 31 & 30

2021-02-04 Thread Norbert Saint Georges
Jirí Cincura a écrit : In Firebird 4. For example here https://github.com/FirebirdSQL/firebird/blob/T4_0_0_RC1/src/include/firebird/impl/sqlda_pub.h#L81. -- Mgr. Jirí Cincura https://www.tabsoverspaces.com/ yes, this is what I found but there is no definition RDB $ FIELD_TYPE = 30 or 31 in

Re: [Firebird-devel] blr 31 & 30

2021-02-04 Thread Jiří Činčura
In Firebird 4. For example here https://github.com/FirebirdSQL/firebird/blob/T4_0_0_RC1/src/include/firebird/impl/sqlda_pub.h#L81. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ On Thu, Feb 4, 2021, at 09:26, Norbert Saint Georges wrote: > Hi, > In the NETProvider v8.0 code I can read

[Firebird-devel] blr 31 & 30

2021-02-04 Thread Norbert Saint Georges
Hi, In the NETProvider v8.0 code I can read the definition of the TimeStampTZEx and TimeTZEx fields having the values blr respectively 31 & 30 and data type respectively 32748 & 32750 as I cannot find these values anywhere else, is it expected, in a future version of Firebird, an overload of