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.
| Comment | File | Size | Author |
|---|---|---|---|
| ldap_integration_insert_into_fix.patch | 1.15 KB | jfitzell |
Comments
Comment #1
pablobm commentedOh, crap... That SET...VALUES syntax is sooooo ugly...
What the hell... I'll have this solved for next version. Thanks.
Comment #2
pablobm commentedCommited to CVS (which, incidentally, is back).
Thanks.
Comment #3
(not verified) commented