Re: [Firebird-devel] gpre version LI-T3.0.0.30897 Firebird 3.0 Alpha 2 build failure

2014-02-22 Thread Treeve Jelbert
On Friday 21 February 2014 17:43:44 Treeve Jelbert wrote: > gpre version LI-T3.0.0.30897 Firebird 3.0 Alpha 2 > internal Firebird consistency check (wrong record length (183), file: > vio.cpp line: 1250) > (E) /var/git/x86_64/firebird3/src/qli/help.epp:52: Couldn't access database > HELP_DB = 'help

Re: [Firebird-devel] Ñhecking Firebird using PVS-Studio

2014-02-22 Thread Dimitry Sibiryakov
22.02.2014 6:32, Dmitry Yemanov wrote: > The problem here may be theoretical rather than practical, but it does > exist. Memcmp is not guaranteed to return 1 / -1, it's only guaranteed > to return positive / negative. If one day it will start returning > 100 for "greater-than", we're in trouble

Re: [Firebird-devel] Checking Firebird using PVS-Studio

2014-02-22 Thread Vlad Khorsun
> I fixed the most obvious bugs in v3 (the ones I don't mention here), but I > have three tough ones: > > 1.- In CCH_down_grade_dbb() I need to know what's the scope for the lock It was introduced by me and i'll fix it Regards, Vlad --

Re: [Firebird-devel] Alpha 2 - Trace API - Stored Function support?

2014-02-22 Thread Vlad Khorsun
> One question though ... > > When I execute a stored procedure (with or without package, doesn't > matter), e.g.: > > select * from pkg_schema.s_user_tables; > > I also see appropriate PREPARE_STATEMENT etc. events for the SELECT > statement. Whereas when I execute a stored function with e.g.

[Firebird-devel] [FB-Tracker] Created: (CORE-4349) ALTER SEQUENCE RESTART statement does not conform to SQL standard

2014-02-22 Thread Lukas Eder (JIRA)
ALTER SEQUENCE RESTART statement does not conform to SQL standard - Key: CORE-4349 URL: http://tracker.firebirdsql.org/browse/CORE-4349 Project: Firebird Core Issue Type: Bug

[Firebird-devel] [FB-Tracker] Created: (CORE-4350) Support the SQL Standard ALTER SEQUENCE .. RESTART (without WITH clause)

2014-02-22 Thread Lukas Eder (JIRA)
Support the SQL Standard ALTER SEQUENCE .. RESTART (without WITH clause) Key: CORE-4350 URL: http://tracker.firebirdsql.org/browse/CORE-4350 Project: Firebird Core Issu

Re: [Firebird-devel] Alpha 2 - Trace API - Stored Function support?

2014-02-22 Thread Thomas Steinmaurer
Hello Vlad, >> When I execute a stored procedure (with or without package, doesn't >> matter), e.g.: >> >> select * from pkg_schema.s_user_tables; >> >> I also see appropriate PREPARE_STATEMENT etc. events for the SELECT >> statement. Whereas when I execute a stored function with e.g.: >> >> selec

[Firebird-devel] I better ask

2014-02-22 Thread Claudio Valderrama C.
People, is it possible to change the signature of SSHORT TextType::compare(...) to return int instead of SSHORT? I remember that years ago, touching the interface of INTL was anathema. Ideally, I would change textype->texttype_fn_compare (and all the functions that are assigned to it) to return p