Issues

Select view

Select search mode

 
34 of 34

IdentityGeneratorExtendsTest.testIdentifierGeneratorExtendsIdentityGenerator failing on Oracle DBs

Fixed

Description

Oracle can't handle an insert statement with no values, which is what happens when entity has no columns except an identity column.

Hibernate:
insert
into
EntityBean

values
( )
03:09:40,752 WARN SqlExceptionHelper:129 - SQL Error: 936, SQLState: 42000
03:09:40,752 ERROR SqlExceptionHelper:131 - ORA-00936: missing expression

Workaround is to add another property to the entity so the insert has a value.

Details

Assignee

Reporter

Components

Fix versions

Priority

Created February 28, 2017 at 1:54 AM
Updated March 15, 2017 at 12:34 AM
Resolved February 28, 2017 at 2:09 AM

Activity

Former userFebruary 28, 2017 at 2:09 AM

Fixed in master.

Flag notifications