Menu

#5 PostgreSQL "bigserial" type not supported

open
nobody
None
5
2005-08-19
2005-08-19
No

I have a table whose key column is defined as a
"bigserial" (an autogenerated ID type like "serial" but
it's a 64-bit integer rather than 32-bit) and when
Hibernate Synchronizer generates the mapping file, the
file contains a message, "Please tell Joe Hudson that
the type 'bigserial' could not be resolved."

For Hibernate's purposes, this should probably be a
Long with a "sequence" generator type, since obviously
Hibernate will need to use the sequence explicitly when
it inserts new rows.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.