Closed (fixed)
Project:
Image Gallery Access
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2008 at 17:56 UTC
Updated:
2 Aug 2008 at 17:15 UTC
PostgresQL 8.3 no longer performs automatic typecasts to (text), which a statement in image_gallery_access.module fail because it compares acl_iga.name =t.tid where t.tid is an integer comming from: $primary_table.tid.
The attached patch fixes this by adding '' around $primary_table.tid to indicate it is supposed to be a string. I don't think this should break anything else as it should only be a more correct SQL syntax.
| Comment | File | Size | Author |
|---|---|---|---|
| image_gallery_access.module.patch | 1.03 KB | gathond |
Comments
Comment #1
salvisCommitted to 5.x-1.x-dev.
Thank you!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.