Thank for reporting.
However, it seems like this bugs is not a
show stopping some other. I will keep a note in my personal todo list, but will
only take deeper look if I have time.
Thomas
-----Original Message-----
>From: Marsoni Francesco [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 15, 2001 11:11 AM
>To: [EMAIL PROTECTED]
>Subject: [castor-dev] SQL SELECT executed twice
>
>Hello
>I'm developing an
application with castor and postgresql.
>I use key
generator with sequences.
>Each time I
create an object I noticed that the generated pkey increases by 2 and not
by 1.
>So I started
postgresql with option -d 2 and noticed that castor executes the query
"select nextval('sequence')" twice. Than I noticed that every time I
execute an OQL query the associated SQL query is again executed twice.
This doesn't happen with create, update and delete.
>Any advice?
>Thx
>Francesco
>
|