Download & Extend

SQL compatibility issue: {system} s

Project:Ajax
Version:6.x-1.14
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

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

#1

Status:active» closed (works as designed)