Postgres support for drupal 5
aaron1234nz - August 18, 2009 - 00:38
| Project: | Browscap |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
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.
| Attachment | Size |
|---|---|
| browscap.install.patch | 1.31 KB |
| browscap.module.patch | 1.63 KB |

#1
Here'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!