Subject | Re: [firebird-support] Re: impossible behaviour ... FB bug ...or I need shaper eyes :) |
---|---|
Author | Reinier Olislagers |
Post date | 2012-02-04T14:09:25Z |
On 4-2-2012 15:00, peppepolpo wrote:
In your first example: perhaps you need to do a commit after your delete
statement and before calling the stored procedure, e.g. something like
(air code, not tested):
delete from a_job
where d_ini='2012-03-05';
commit;
select result
from DUPLICATEJOB (
'a1f61856-1c13-11e1-addd-00219bfd1931',
'a7df0588-4388-11e1-addd-00219bfd1931',
'2012-03-05',
null);
Regards,
Reinier
> Explanations are a bit long (readme.txt) and useless without the testQuick look at readme (note: haven't read it, or tried it out).
> database (polimi.err), so I compressed both into a ZIP file.
In your first example: perhaps you need to do a commit after your delete
statement and before calling the stored procedure, e.g. something like
(air code, not tested):
delete from a_job
where d_ini='2012-03-05';
commit;
select result
from DUPLICATEJOB (
'a1f61856-1c13-11e1-addd-00219bfd1931',
'a7df0588-4388-11e1-addd-00219bfd1931',
'2012-03-05',
null);
Regards,
Reinier