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

Reply via email to