Closed (fixed)
Project:
Taxonomy Views Integrator
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Mar 2010 at 15:09 UTC
Updated:
30 Jan 2013 at 23:46 UTC
Some patches for getting this working with PostgreSQL.
To apply the patch, cd into tvi then patch -p0 -i tvi-pgsql.patch
Notes to developer:
Backticks are unnecessary in MySQL. INSERT queries very well work without them. But backticks create problems for PostgreSQL users. It is n't recognized in pgsql.
Also never use double quotes in where statements because double quotes in PostgreSQL is recognized as column names (as per SQL Standards). You must use single quotes to compare strings. MySQL isn't standards complaint so it will not give errors on such small things. But PostgreSQL strictly follows the standards.
| Comment | File | Size | Author |
|---|---|---|---|
| tvi-pgsql.patch | 1.47 KB | nileshgr |
Comments
Comment #1
derekwebb1 commentedThanks Nilesh!
We'll add that to the next release which should be pretty soon.
Cheers, Derek
Comment #2
derekwebb1 commentedI think the dev release should fix this. Please review the dev branch. Thank you for your help!
Comment #3
duaelfr