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

2014-02-21 Thread Claudio Valderrama C.
> -Original Message- > From: Dmitry Yemanov [mailto:firebi...@yandex.ru] > Sent: Sábado, 22 de Febrero de 2014 1:33 > > Claudio, > > > Nice, although some of them seem to be false alarms. For example, > > TextType::compare(). The typical result is -1, 0, 1. I > would prefer to > > chang

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

2014-02-21 Thread Dmitry Yemanov
Claudio, > Nice, although some of them seem to be false alarms. For example, > TextType::compare(). The typical result is -1, 0, 1. I would prefer to > change the result to plain int, but it may not be possible (I would have to > check all places affected). The problem here may be theoretical rat

Re: [Firebird-devel] [Firebird-checkins] SF.net SVN:firebird:[59150] firebird/trunk/src

2014-02-21 Thread Claudio Valderrama C.
> -Original Message- > From: Alex Peshkoff [mailto:peshk...@mail.ru] > Sent: Viernes, 21 de Febrero de 2014 11:56 > > On 02/21/14 19:47, asfernan...@users.sourceforge.net wrote: > > > > > -#define FB_UNUSED(value) do { if (value); } while (false) > > +#define FB_UNUSED(value) do { if

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

2014-02-21 Thread Claudio Valderrama C.
> -Original Message- > From: marius adrian popa [mailto:map...@gmail.com] > Sent: Viernes, 21 de Febrero de 2014 9:24 > > Here you can find result of checking Firebird with PVS-Studio > (in russian). > http://habrahabr.ru/company/pvs-studio/blog/213423/ > > via linkedin > http://www.lin

[Firebird-devel] [FB-Tracker] Created: (CORE-4348) Determine if trigger is being fired as a result of a CASCADE or direct user command

2014-02-21 Thread Tim Kelly (JIRA)
Determine if trigger is being fired as a result of a CASCADE or direct user command --- Key: CORE-4348 URL: http://tracker.firebirdsql.org/browse/CORE-4348 Project: Fireb

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

2014-02-21 Thread Thomas Steinmaurer
> will there be or is there already support for stored function execution > in the Trace API similar to stored procedures? Sure, it is under development. >>> >>> Thanks for the information. >> >> Done, happy testing ;) > > Lovely. ;-) Thanks a lot! > > Will give it a

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

2014-02-21 Thread Treeve Jelbert
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.fdb' 1 error, no warnings make.rules:81: recipe for target '/var

Re: [Firebird-devel] [Firebird-checkins] SF.net SVN: firebird:[59150] firebird/trunk/src

2014-02-21 Thread Alex Peshkoff
On 02/21/14 20:03, Adriano dos Santos Fernandes wrote: > On 21/02/2014 12:55, Alex Peshkoff wrote: >> On 02/21/14 19:47, asfernan...@users.sourceforge.net wrote: >> >>> >>> -#define FB_UNUSED(value) do { if (value); } while (false) >>> +#define FB_UNUSED(value) do { if (value) {} } while (false

Re: [Firebird-devel] [Firebird-checkins] SF.net SVN: firebird:[59150] firebird/trunk/src

2014-02-21 Thread Adriano dos Santos Fernandes
On 21/02/2014 12:55, Alex Peshkoff wrote: > On 02/21/14 19:47, asfernan...@users.sourceforge.net wrote: > >> >> -#define FB_UNUSED(value) do { if (value); } while (false) >> +#define FB_UNUSED(value) do { if (value) {} } while (false) > Looks like a competition between compiler developers who tr

Re: [Firebird-devel] [Firebird-checkins] SF.net SVN: firebird:[59150] firebird/trunk/src

2014-02-21 Thread Alex Peshkoff
On 02/21/14 19:47, asfernan...@users.sourceforge.net wrote: > > -#define FB_UNUSED(value) do { if (value); } while (false) > +#define FB_UNUSED(value) do { if (value) {} } while (false) Looks like a competition between compiler developers who try to force users (i.e. us in this case) to check

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

2014-02-21 Thread Alex Peshkoff
On 02/21/14 18:02, Alex Peshkoff wrote: > On 02/21/14 17:24, marius adrian popa wrote: >> Here you can find result of checking Firebird with PVS-Studio (in russian). >> http://habrahabr.ru/company/pvs-studio/blog/213423/ >> >> via linkedin >> http://www.linkedin.com/groups/%D0%A1heck-Firebird-using

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

2014-02-21 Thread Alex Peshkoff
On 02/21/14 17:24, marius adrian popa wrote: > Here you can find result of checking Firebird with PVS-Studio (in russian). > http://habrahabr.ru/company/pvs-studio/blog/213423/ > > via linkedin > http://www.linkedin.com/groups/%D0%A1heck-Firebird-using-PVSStudio-1467097.S.5842562935817269250 > > ps

[Firebird-devel] Сhecking Firebird using PVS-Studio

2014-02-21 Thread marius adrian popa
Here you can find result of checking Firebird with PVS-Studio (in russian). http://habrahabr.ru/company/pvs-studio/blog/213423/ via linkedin http://www.linkedin.com/groups/%D0%A1heck-Firebird-using-PVSStudio-1467097.S.5842562935817269250 ps:PVS-Studio is a static analyzer that detects errors in s

[Firebird-devel] [FB-Tracker] Created: (CORE-4347) execute statement parameter data type conversion error

2014-02-21 Thread JIRA
execute statement parameter data type conversion error -- Key: CORE-4347 URL: http://tracker.firebirdsql.org/browse/CORE-4347 Project: Firebird Core Issue Type: Bug Components: En