Active
Project:
Form store
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2007 at 06:29 UTC
Updated:
21 May 2011 at 16:30 UTC
Jump to comment: Most recent file
I changed form_store.install to support PostgreSQL, it would be nice to have this in the next release.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | form_store-5.x-1.0-pgsql.patch | 2.68 KB | pounard |
| #3 | form_store_pgsql_0.patch | 1.02 KB | heine |
| form_store_pgsql.patch | 1.23 KB | jandd |
Comments
Comment #1
heine commentedThank you. I want this in the next release. I'll review as soon as time permits.
Comment #2
suzanne.aldrich commentedI got this error when running the patch:
Comment #3
heine commentedRerolled the patch to remove the failing hunk, correct the patch header and to make the line endings LF.
I have not been able to test because I still did not manage to get pgsql working again.
Comment #4
suzanne.aldrich commentedThanks for the re-roll. I patched without errors, and it looks like the module sorta installed correctly as I can now see /admin/settings/form-store, but now I'm getting this error when I go to edit a form:
I am trying to get form_store to work with captcha and textimage on postgresql...wish me luck!
Comment #5
pounardI made a quick patch myself (did not saw this feature request).
You juste have to cd site/all/modules
wget /form_store-5.x-1.0-pgsql.patch
patch -p0 < form_store-5.x-1.0-pgsql.patch
I did not put a postgres SERIAL but I used db_next_id() function :)
Comment #6
pounardShame on me, I posted the wrong file.
Here is the good one, after some fixes :)
Comment #7
pounardToo old post, and it pollutes my issues list.
Comment #8
pounardSorry, wrong window!