Merge branch 'feature/eventlog-idfield' into 'master'
Fix event log id field name EventLog is GenericEntity, thus it's id field is "id", but in database the field is "log_id". It has accidentally worked because the SW used to do `SELECT lastval()` after insert. Now with ReturningPolicy `RETURNING id` fails.
Showing
with
3 additions
and
2 deletions
-
Please register or sign in to post a comment