Closed (fixed)
Project:
Storm Contrib
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
6 Jul 2010 at 16:53 UTC
Updated:
9 Dec 2019 at 08:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
carsten müller commentedHi davfigue,
sorry for that. I am not very familiar with PostgreSQL. Normally i just work with MySQL. I know this is a bug and there are many Todos for this in the code. I will try to fix that as soon as possible. At the moment i do not have the time because i have to fix a lot of other issues because my company starts working with this. But if there is anybody who wants to help with this, just post patches.
Greetings
Carsten
Comment #2
Anonymous (not verified) commentedHi Carsten,
Well as I am very interested in using Storm and Storm contrib modules for my company. I will help sending you patches of whatever that I can fix
Kind regards,
David
Comment #3
carsten müller commentedHi David,
thanks for your help.
Comment #4
carsten müller commentedHi,
sorry for the delay. We are going to start soon the changes so PostgreSQL will be supported too.
Comment #5
kfritscheOkay i'm working on it.
I changed all SQL "insert into" into the corresponding drupal_write_record function and this works with PostgreSQL.
Also i changed the string escape for all SQL statments - Postgre only allows ' (single quote) for string escape, " (double quotes) are only for system identifiers (e.g. table names). MySQL can handle both.
Here the patch (new git format - hopfully this works ...). I will try to push the changes in the beginning of next week.
Comment #6
kfritschePatch commited.