[Firebird-devel] [FB-Tracker] Created: (CORE-6533) In Firebird 4 RC1 Round () does not round up more to decimal numbers

2021-04-02 Thread Sergio Cavicchioli (JIRA)
In Firebird 4 RC1 Round () does not round up more to decimal numbers - Key: CORE-6533 URL: http://tracker.firebirdsql.org/browse/CORE-6533 Project: Firebird Core Issue Type

[Firebird-devel] [FB-Tracker] Created: (CORE-6532) Results of сoncatenation with blob has no info about collation of source columns (which are declared with such info)

2021-04-02 Thread Pavel Zotov (JIRA)
Results of сoncatenation with blob has no info about collation of source columns (which are declared with such info) Key: CORE-6532 URL: http://tr

[Firebird-devel] [FB-Tracker] Created: (CORE-6531) COMPUTED BY column looses charset and collate of source field when is either of type BLOB or VARCHAR casted to BLOB

2021-04-02 Thread Pavel Zotov (JIRA)
COMPUTED BY column looses charset and collate of source field when is either of type BLOB or VARCHAR casted to BLOB --- Key: CORE-6531 URL: h

Re: [Firebird-devel] Timestamps to string in dialect 1 - CORE-6494

2021-04-02 Thread Dmitry Kovalenko
Hello, Always build a string with four digits for year in dialect 1? For me - it is OK :) Regards, Dmitry Kovalenko пт, 2 апр. 2021 г. в 20:03, Adriano dos Santos Fernandes < adrian...@gmail.com>: > Hi! > > I'm not very aware on how timestamps were working in dialect 1. > > But for sure CORE-6

[Firebird-devel] Timestamps to string in dialect 1 - CORE-6494

2021-04-02 Thread Adriano dos Santos Fernandes
Hi! I'm not very aware on how timestamps were working in dialect 1. But for sure CORE-6494 shows some problems. First in engine: select cast(cast('2-DEC-0083' as timestamp) as varchar(64)) from rdb$database; Results in string '2-DEC-83' Second in ISQL: select cast('2-DEC-0083' as timestamp)

Re: [Firebird-devel] Fix mingw build

2021-04-02 Thread Alex Peshkoff via Firebird-devel
On 4/2/21 6:09 PM, Dimitry Sibiryakov wrote: 02.04.2021 15:19, Biswapriyo Nath wrote: How can I fix the build?   In short - you cannot. It is my experience as a mingw build maintaner before 15 years. Not sure long term, may Dimitry is right. I did not support that build. What about this p

Re: [Firebird-devel] Fix mingw build

2021-04-02 Thread Dimitry Sibiryakov
02.04.2021 15:19, Biswapriyo Nath wrote: How can I fix the build? In short - you cannot. It is my experience as a mingw build maintaner before 15 years. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] Fix mingw build

2021-04-02 Thread Biswapriyo Nath
I am trying to build firebird with mingw toolchain. I have been fixing some issues here[1]. But I have came across a blocking issue. After building firebird.exe, the make wants to compile utilities/guard/guard.cpp but it uses fork(2) which is not in available in Win32 platform. How can I fix the bu

Re: [Firebird-devel] [FB-Tracker] Commented: (CORE-6530) Comments to SP parameter (typed within SP header declaration) can be lost in metadata extraction script (if parameter is declared *without* DEF

2021-04-02 Thread Adriano dos Santos Fernandes
On 02/04/2021 08:12, Vlad Khorsun wrote: > 02.04.2021 14:00, Adriano dos Santos Fernandes wrote: >> Hi! >> >> Firebird is doing the difficult thing. >> >> It's good to store all metadata parts and even for extract it may be >> useful. >> >> But we should also store routines header in addition and s

Re: [Firebird-devel] [FB-Tracker] Commented: (CORE-6530) Comments to SP parameter (typed within SP header declaration) can be lost in metadata extraction script (if parameter is declared *without* DEF

2021-04-02 Thread Vlad Khorsun
02.04.2021 14:00, Adriano dos Santos Fernandes wrote: Hi! Firebird is doing the difficult thing. It's good to store all metadata parts and even for extract it may be useful. But we should also store routines header in addition and separately from the body. Why separately ? Backward compati

Re: [Firebird-devel] [FB-Tracker] Commented: (CORE-6530) Comments to SP parameter (typed within SP header declaration) can be lost in metadata extraction script (if parameter is declared *without* DEF

2021-04-02 Thread Adriano dos Santos Fernandes
Hi! Firebird is doing the difficult thing. It's good to store all metadata parts and even for extract it may be useful. But we should also store routines header in addition and separately from the body. With routines header, extract would be much easier and will preserve every comments and form

[Firebird-devel] [FB-Tracker] Created: (CORE-6530) Comments to SP parameter (typed within SP header declaration) can be lost in metadata extraction script (if parameter is declared *without* DEFAULT o

2021-04-02 Thread Pavel Zotov (JIRA)
Comments to SP parameter (typed within SP header declaration) can be lost in metadata extraction script (if parameter is declared *without* DEFAULT or "=" modifier)