Closed (duplicate)
Project:
Drupal core
Version:
4.5.1
Component:
postgresql database
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2005 at 17:18 UTC
Updated:
18 Dec 2005 at 00:49 UTC
i found a problem with forum.module that causes a critical error with postgresql (v7.4.1). basically the IF function appears in two sql statements with non-boolean arg types... pgsql v7.4.1 is strict about boolean type casting, so it fails to execute the full query.
is there a forum.module developer out there? if i can get a bit of help with the code semantics, i should be able to fix the problem.
thanks,
aaron
Comments
Comment #1
gkrishna commentedhope the solution here, http://drupal.org/node/14352
might help you in fixing the same ...
Comment #2
puregin commentedThis is a duplicate of issues
http://drupal.org/node/14352
http://drupal.org/node/11903
http://drupal.org/node/30561