Closed (fixed)
Project:
LDAP integration
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Jul 2006 at 07:00 UTC
Updated:
6 Aug 2006 at 11:45 UTC
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