There are 2 major bugs which make this module incompatible with PostgreSQL
A) Use of the wrong quotes to identify character data (" when it should be ')
B) there is no REPLACE (sometimes referred to as UPSERT) in PostgreSQL

CommentFileSizeAuthor
#1 agenda-pgsql.diff1.97 KBDarcyB

Comments

DarcyB’s picture

StatusFileSize
new1.97 KB

Here is a patch which solves the issues for PostgreSQL, however it has not been tested for other databases, nor may it be the most efficient method of performing the REPLACE.

aidanlis’s picture

Status: Active » Fixed

Thanks for the patch (next time use a unified diff though), this is in the next release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.