The installer has a couple of update commands like so:
UPDATE {system} s SET
Not specifying the AS will break any SQL languages that do not assume the AS keyword or have some sort of strict mode.
Please replace the code
UPDATE {system} s SET
with the following:
UPDATE {system} AS s SET
Comments
Comment #1
thekevinday commented