Closed (fixed)
Project:
Glossary
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Jun 2008 at 13:14 UTC
Updated:
22 Jul 2008 at 19:32 UTC
I faced some hard to find SQL errors regarding a wrong positioned DISTINCT in a query related to _glossary_get_terms().
(look here http://drupal.org/node/269750)
The query created by the function is not distinct itself, but as far as it utilizes db_rewrite_sql(), there might be other modules injecting the distinct flag, like forum_access does in my case.
There is a simple fix to it.
Patch is attached.
Comments
Comment #1
nancydruThe patch didn't attach.
Comment #2
nancydruI only found one occurrence where the db_rewrite_sql key was not the first on in the list.
Fix committed to both branches.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
buchanae commentedwhen will this patch be pushed?
it causes conflicts with other modules, which (IMO) raises the severity. Do you have enough to push a new version?
thanks!
Alex B
Comment #5
nancydruIf it is fixed, then it is the -dev version. I try not to roll new official versions very often because people get upset if I do. I will probably do one soon.