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

2021-02-08 Thread Dmitry Yemanov
08.02.2021 17:02, Vlad Khorsun wrote: I agree, except of usage of first entry of TempDirectories for GTT\temporary TS - it was never used in this way and I see no good reason to do it now. OK. Dmitry Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listi

Re: [Firebird-devel] Firebird 4, new int128 problem

2021-02-08 Thread Lucas Schatz
Thanks, worked like a charm :) On Mon, Feb 8, 2021 at 11:54 AM Dimitry Sibiryakov wrote: > 08.02.2021 15:44, Lucas Schatz wrote: > > Any advice of what I should do? > >Read firebird.conf about "DataTypeCompatibility" configuration setting > and > doc/README.set_bind.md about "SET BIND" stat

Re: [Firebird-devel] Firebird 4, new int128 problem

2021-02-08 Thread Dimitry Sibiryakov
08.02.2021 15:44, Lucas Schatz wrote: Any advice of what I should do? Read firebird.conf about "DataTypeCompatibility" configuration setting and doc/README.set_bind.md about "SET BIND" statement. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/l

Re: [Firebird-devel] Firebird 4, new int128 problem

2021-02-08 Thread Alex Peshkoff via Firebird-devel
On 2/8/21 5:44 PM, Lucas Schatz wrote: Hi, I'm beginning my tests with Fb4 RC1, successfully converted my database, but I'm having problems with the new int128 data type, where my component access doesn't support it yet, is it possible to disable somehow INT128,DECFLOAT(16) DECFLOAT(34) # DECF

[Firebird-devel] Firebird 4, new int128 problem

2021-02-08 Thread Lucas Schatz
Hi, I'm beginning my tests with Fb4 RC1, successfully converted my database, but I'm having problems with the new int128 data type, where my component access doesn't support it yet, is it possible to disable somehow INT128,DECFLOAT(16) DECFLOAT(34) - DECFLOAT, NUMERIC(38)... from Fb4 directly? - -

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

2021-02-08 Thread Vlad Khorsun
08.02.2021 14:13, Dmitry Yemanov wrote: 03.02.2021 16:29, Dmitry Starodubov wrote: 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 environment

[Firebird-devel] [FB-Tracker] Created: (CORE-6484) Firebird can't count records from a subquery with unnamed column

2021-02-08 Thread JIRA
Firebird can't count records from a subquery with unnamed column Key: CORE-6484 URL: http://tracker.firebirdsql.org/browse/CORE-6484 Project: Firebird Core Issue Type: Bug

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

2021-02-08 Thread Dmitry Yemanov
03.02.2021 16:29, Dmitry Starodubov wrote: 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 environment variable and it's not very obvious. AF