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
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
> 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
--
> 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.
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
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
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
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