I make all queries in contemplate.module compatible for PostgreSQL. I replaced all double quotes in queries in to single quotes. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | contemplate_0.module | 15.11 KB | bkieser |
| #1 | contemplate.module | 15.11 KB | bkieser |
| contemplate.module.patch | 2.08 KB | havran |
Comments
Comment #1
bkieser commentedThank you for that patch. Attached is the actual module file in case someone doesn't know how to patch or can't do it.
Also, you need to manually create that contemplate table because at this point ONLY mysql is supported in the install function:
create table contemplate(type varchar(32) NOT NULL default '' primary key,
teaser text NOT NULL,
body text NOT NULL);
Comment #2
bkieser commentedOne of the selects slipped through in the previous file. Here is the debugged one.
Comment #3
jjeff commentedCommitted http://drupal.org/cvs?commit=61956
Thanks!
Comment #4
(not verified) commented