Please find attached a patch to install minimal support for PostgreSQL. Not thoroughly tested as I only needed it to fix a bug (posting an issue for it after this one). Nonetheless, it'll mean I don't have to write the patch if I have to fix more bugs.
| Comment | File | Size | Author |
|---|---|---|---|
| ec_nodeaccess.partial.pgsql_.support.200812031245.patch | 1.91 KB | sammys |
Comments
Comment #1
danielb commentedHi Sammys, thanks for your interest and support of this module. I will try to get this patched in as soon as I can.
Comment #2
danielb commentedI've patched it in for the new release, I can't test it because I don't have pgsql but I trust if there a problems it will be brought out in the issue queue.
Comment #3
sammys commentedThanks for applying the patch. The most common problems people have are queries containing strings with double quotes (1) and type conversion assumptions (2).
Hope this helps you check for the common errors.