Closed (fixed)
Project:
Taxonomy Access Control
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
29 Dec 2006 at 15:10 UTC
Updated:
23 Mar 2010 at 19:20 UTC
The head version that I've tried seems to use multirow VALUES syntax[1] in some places. This is only supported in PostgreSQL 8.2 or later. Just thought it would be good if this was documented somewhere.
Thanks for a nice module.
[1] info
Comments
Comment #1
keve commentedThese queries have not changed since the beginning.
I had some user prior to pgsql 8, i think. I wonder why is that nobody has told this before.
Do you use pgsql 8?
Comment #2
cpugeniusmv commentedFrom what I can tell, the only place remaining in the code that does this is in the function taxonomy_access_restore_terms.
I've been thinking about refactoring the way that function works. I'll keep this in mind when I end up doing that.
Comment #3
xjmThis will be fixed soon.
Comment #4
xjmThis has been fixed as a part of another change:
http://drupal.org/cvs?commit=339198
http://drupal.org/cvs?commit=339200