Closed (fixed)
Project:
Agenda
Version:
6.x-1.7
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2010 at 17:12 UTC
Updated:
21 Aug 2010 at 14:00 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | agenda-pgsql.diff | 1.97 KB | DarcyB |
Comments
Comment #1
DarcyB commentedHere 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.
Comment #2
aidanlis commentedThanks for the patch (next time use a unified diff though), this is in the next release.