Closed (fixed)
Project:
Advanced Poll
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2007 at 16:46 UTC
Updated:
19 Mar 2007 at 03:30 UTC
PostgreSQL does not currently support a CONCAT function a'la Mysql. The syntax to peform concatenation is pretty simple though. You just need to add the '||' operator between text items. In this patch I added a switch on db_type to perform the proper concatenation for PostgreSQL in advpoll.module.
| Comment | File | Size | Author |
|---|---|---|---|
| advpoll.module.patch.txt | 970 bytes | jaydub |
Comments
Comment #1
ChrisKennedy commentedCommitted, thanks. http://drupal.org/cvs?commit=59178
This doesn't need to be ported as vote counting is done via the votingapi cache in 5.x
Comment #2
(not verified) commented