Needs review
Project:
Buddylist
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2007 at 07:37 UTC
Updated:
15 May 2007 at 12:49 UTC
Here's a patch which adds support for the PostgreSQL database by adding the table-creating queries in buddylist.install. Also adds a simple hook_uninstall() which just drops the tables for both the MySQL and PostgreSQL databases (which is actually the same queries for both databases but I kept them separate anyway).
Tested on PostgreSQL 8.1.4.
| Comment | File | Size | Author |
|---|---|---|---|
| buddylist.install.patch | 2.66 KB | easyfit |
Comments
Comment #1
robertdouglass commentedCommitted to DRUPAL-5 with changes, plus an addition to update_2. Please test.