I don't suppose many people are running drupal 5 and postgres these days, but I am. I've tweaked the D5 version to be postgres complaint (I see D6 is already done). Please find the patches attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 551902_1_browscap_pgsql_support_5x.patch | 5.27 KB | greggles |
| browscap.module.patch | 1.63 KB | aaron1234nz | |
| browscap.install.patch | 1.31 KB | aaron1234nz |
Comments
Comment #1
gregglesHere's a slightly different version that uses the delete/insert queries instead of a truncate (just like 6.x does).
Can you test it out and confirm if it works? If so I can commit it.
Thanks for your work here!
Comment #2
gregglesI think this is no longer going to be necessary - #1016024: Mark 5.x as not supported.