Closed (fixed)
Project:
Glossary
Version:
5.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2008 at 12:14 UTC
Updated:
13 Jul 2008 at 14:52 UTC
PostgresQL 8.3 no longer performs automatic typecasts to (text), which makes updates 5100 and 5101 fail because delta is of type varchar and it is compared with integers.
The attached patch fixes this issue by adding ' ' around the integers and thereby causing them to be compared as text strings.
I don't think this patch should break anything as it should be a more proper way of doing this (not relying on an automatic conversion).
| Comment | File | Size | Author |
|---|---|---|---|
| glossary.install.patch | 1 KB | gathond |
Comments
Comment #1
nancydruThanks. I also corrected the status of the drupal_set_message in uninstall.
Committed to 5.x-2.x-dev
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.