Closed (outdated)
Project:
Drupal core
Version:
6.4
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2008 at 00:44 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ned0r commentedPostgres 8.3 has become more strict about type checking.
The current actions module is using %d place holders to do updates to a VARCHAR field in the database, and postgres is throwing warnings about it.
The patch simply alters the updates to use '%s' placeholders instead :-)
Comment #2
ned0r commentedAttached patch
Comment #3
dpearcefl commentedIs this still an issue using current Drupal 6? Is the patch still needed?