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.
-
Status changed to closed
Toggle commit list
-
Please register or sign in to post a comment