Download & Extend

'double' is not a supported postgres db data type

Project:cck_map
Version:5.x-3.3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

A few places in the code the 'double' db type is used. While this works in mysql it is not actually sql standard and breaks in postgres. If you use 'float8' it should work in both. Diffs attached.

Cheers,
Steven

AttachmentSize
cck_map.install.diff201 bytes
cck_map.module.diff390 bytes

Comments

#1

Title:'double' is not a supported postgres db type» 'double' is not a supported postgres db data type

yikes, I meant db *data* type