Subject | Re: [firebird-tools] How can I confirm a bug report has been received? |
---|---|
Author | Achim Kalwa |
Post date | 2003-09-18T19:46:55Z |
Steve,
you wrote:
stored procedure to show the error with the example database,
employee.gdb. Without knowing the code of your procedure, it is very
difficult to help. I've just created a simple stored procedure that
inserts a value into a table:
create procedure SP_TEST
as begin
insert into USR(NAME) values("TEST");
suspend;
end
Everything works fine here if I execute this SP with IBOConsole.
I don't agree with Artur on reporting bugs in this list. The list
description says:
| In this forum you can watch for third-party tools, announce
| your tools and participate in testing.
Achim
you wrote:
> I reported a bug in IBOConsole in message 245 on 09/09/2003 in thisare you refering to this?
> newsgroup. I was advised (in an earlier post) by Artur to send an
> email to Lorenzo regarding IBO Console bugs. This was done.
> I have a stored procedure which simply does a single insert into aYou did not report a bug, but you described a problem with IBOConsole.
> table. When I execute this procedure, I get a unique key constraint
> violation. The reason is that the insert statement appears to be
> executed twice, eventhough there is only one insert statement in the
> procedure. There are no triggers that would be causing the extra insert
> to occur.
> Before I try to recreate this with one of the example gdb's, I wantedIt would be very helpful if you could provide a test case, i.e. adapt your
> to know if this is a known problem with IBO Console. It does not happen
> with IBConsole under IB.
stored procedure to show the error with the example database,
employee.gdb. Without knowing the code of your procedure, it is very
difficult to help. I've just created a simple stored procedure that
inserts a value into a table:
create procedure SP_TEST
as begin
insert into USR(NAME) values("TEST");
suspend;
end
Everything works fine here if I execute this SP with IBOConsole.
I don't agree with Artur on reporting bugs in this list. The list
description says:
| In this forum you can watch for third-party tools, announce
| your tools and participate in testing.
Achim