Re: [Firebird-devel] Firebird 3.0.3 build on Fedora rawhide icu 60.2

2018-02-27 Thread Paul Beach
Philippe, > firebird-3.0.3.32900 doesn't build on Fedora rawhide with icu 60.2 > > Any idea on how to fix it ? > > error: 'char16_t' does not name a type; did you mean 'charset'? > error: 'UChar' does not name a type; did you mean 'UChar32'? > > etc.. > > Log: > > https://paste.fedoraproject.org/p

Re: [Firebird-devel] Firebird 3.0.3 build on Fedora rawhide icu 60.2

2018-02-27 Thread Alex Peshkoff via Firebird-devel
On 02/21/18 13:46, Philippe Makowski wrote: Hi, firebird-3.0.3.32900 doesn't build on Fedora rawhide with icu 60.2 Any idea on how to fix it ? error: 'char16_t' does not name a type; did you mean 'charset'? error: 'UChar' does not name a type; did you mean 'UChar32'? This should help: https:

[Firebird-devel] [FB-Tracker] Created: (CORE-5761) Incorrect error message "External functions cannot have more than 10 parameters."

2018-02-27 Thread Oleg Matveyev (JIRA)
Incorrect error message "External functions cannot have more than 10 parameters." - Key: CORE-5761 URL: http://tracker.firebirdsql.org/browse/CORE-5761 Project: Firebird

[Firebird-devel] [FB-Tracker] Created: (CORE-5762) Wrong transaction number in RDB$PAGES relation cause infinite recusrion in engine and segfault

2018-02-27 Thread Alexander Peshkov (JIRA)
Wrong transaction number in RDB$PAGES relation cause infinite recusrion in engine and segfault -- Key: CORE-5762 URL: http://tracker.firebirdsql.org/browse/CORE-5762

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-5746) Remove the restriction on create/delete, enable/disable the system indexes in system tables

2018-02-27 Thread Vlad Khorsun via Firebird-devel
20.02.2018 14:23, Rashid Abzalov wrote: The background of this task in CORE-5612, it contains research details and conclusions. How much I understood, there is no way to specify what index should be used at system inquiries from *.epp files? I have the same understanding If not, is it p

Re: [Firebird-devel] [FB-Tracker] Created: (CORE-5746) Remove the restriction on create/delete, enable/disable the system indexes in system tables

2018-02-27 Thread Rashid Abzalov
How much I understood, there is no way to specify what index should be used at system inquiries from *.epp files?   I have the same understanding It seems to me that the solution of this problem would be of much more use. Then you could just create additional system indexes and use those or

Re: [Firebird-devel] [FB-Tracker] Updated: (CORE-5746) Remove the restriction on create/delete, enable/disable the system indexes in system tables

2018-02-27 Thread Rashid Abzalov
Hello. The background of this task in CORE-5612, it contains research details and conclusions. How much I understood, there is no way to specify what index should be used at system inquiries from *.epp files? If not, is it possible to enable the create/delete, enable/disable indexes on system tab

[Firebird-devel] [FB-Tracker] Created: (CORE-5756) Regression: FB crashes when trying to recreate table that is in use by DML (3.0.3; 3.0.4; 4.0.0)

2018-02-27 Thread Pavel Zotov (JIRA)
Regression: FB crashes when trying to recreate table that is in use by DML (3.0.3; 3.0.4; 4.0.0) Key: CORE-5756 URL: http://tracker.firebirdsql.org/browse/CORE-5756

[Firebird-devel] How to use PVS-Studio for Free

2018-02-27 Thread marius adrian popa
How to use PVS-Studio for Free https://www.viva64.com/en/b/0457/ -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdotFirebird-Devel mailing list, we

[Firebird-devel] Valid date or not

2018-02-27 Thread Adriano dos Santos Fernandes
Hi! As part of CORE-5750 problems, I found that Firebird considers '12Mar92' as a valid date (1992-03-12). Should this be considered a bug, i.e., separators should be necessary in this case (12-Mar-92, 12/Mar/92, 12.Mar.92)? Adriano -