The INSERT statements don't work with postgres. This changes three occurrences to use INSERT (...) VALUES (...) syntax, which should work in both mysql (untested) and postgres as is done in the rest of the drupal code. It also ensures the values in these statements are properly cleansed.

CommentFileSizeAuthor
ldap_integration_insert_into_fix.patch1.15 KBjfitzell

Comments

pablobm’s picture

Assigned: Unassigned » pablobm
Status: Needs review » Reviewed & tested by the community

Oh, crap... That SET...VALUES syntax is sooooo ugly...

What the hell... I'll have this solved for next version. Thanks.

pablobm’s picture

Status: Reviewed & tested by the community » Fixed

Commited to CVS (which, incidentally, is back).

Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)