Skip to content

v9.0.1 - Fix SQL error when creating records

Compare
Choose a tag to compare
@astehlik astehlik released this 15 Jun 21:13
· 171 commits to develop since this release

The SQL strict mode error for sys_language_uid is fixed:

SQL error: 'Incorrect integer value: '' for column 'sys_language_uid' at row 1'

Thanks to @RobertKesseler for reporting the issue and providing a fix.

Additionally an Acceptance test for creating records is added.