Karaka-Management / phpOMS

PHP Framework
Other
2 stars 0 forks source link

Fix create table grammar for sqlite #348

Closed spl1nes closed 9 months ago

spl1nes commented 9 months ago

INSERT/UDPATE/DELETE statements can operate only on a single table, so you must specify plain column names, and cannot rename the table with an alias.