Hello,
I'm developing an Hibernate JPA application that generate IDs with:
@GeneratedValue(strategy = GenerationType.AUTO)
This works for 1.2.122 but with versions 1.2.123, 1.2.124 and 1.2.125
I get exceptions with this message:
'Caused by: org.h2.jdbc.JdbcSQLException: Función SCOPE_IDENTITY no
encontrada
Function SCOPE_IDENTITY not found; SQL statement:
CALL SCOPE_IDENTITY() [90022-122]'
Thanks
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.