Description
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');
Attachments
Attachments
Issue Links
- is duplicated by
-
OPENJPA-582 when updating postgresql sequences last generated key query does not account for schema
- Closed