RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 20 forks source link

Correct invalid DELETE query syntax #39

Closed Foxcapades closed 9 years ago

Foxcapades commented 9 years ago

DELETE table_alias FROM causes a query error in Postgres and is also not recognized by MySQL (though i don't have a live test on MySQL so it may ignore that syntax issue)

Query error from phpBB on post submit: http://pastebin.com/eWR2618C

RobertHeim commented 9 years ago

Thank you!

RobertHeim commented 9 years ago

Hi the PR broke MySQL syntax. I fixed this. Could you please checkout master branch and try it with postgres? Would be really great!!!!