Primary key sequences broken with postgres schemas
--------------------------------------------------
Key: OPENJPA-557
URL: https://issues.apache.org/jira/browse/OPENJPA-557
Project: OpenJPA
Issue Type: Bug
Components: jdbc
Affects Versions: 1.0.2
Reporter: Roger Keays
as per http://www.nabble.com/forum/ViewPost.jtp?post=15460899&framed=y
OpenJPA issues a SELECT currval('user_id_seq'); query to get the current PK
value on postgres. This should *not* execute correctly when using a schema. The
correct query is SELECT currval('schemaname.user_id_seq');
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.