sql: Hibernate tries to load SERIAL types into an int #22607
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-semantics
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Milestone
Hibernate tries to load SERIAL types into an int, which fails if they are too large - testDirectIdPropertyAccess
We can likely use sequences to combat this but will need to investigate and test.
Referenced in 16491
The text was updated successfully, but these errors were encountered: