Closed (fixed)
Project:
Forum Access
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2007 at 10:41 UTC
Updated:
27 Nov 2007 at 23:32 UTC
Hi,
There are 2 queries in the forum_access.module file which uses "&&" instead of "AND" in the SQL syntax, apparently this works fine on MySQL but PostgreSQL won't chew it. So here's a patch which fixes that.
Note that I'm just assuming that "&&" is identical with "AND" here as far as MySQL is concerned.
| Comment | File | Size | Author |
|---|---|---|---|
| forum_access.module.patch | 1.21 KB | easyfit |
Comments
Comment #1
salvisYes, this works fine. MySQL supports "&&" as a non-standard alias to "AND."
There are three instances of this query and merlinofchaos fixed one of them on February 11 (http://drupal.org/node/117246#comment-194974). This patch fixes the other two.
Comment #2
salvisComment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.