'double' is not a supported postgres db data type
snoble - April 10, 2008 - 17:46
| Project: | cck_map |
| Version: | 5.x-3.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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
| Attachment | Size |
|---|---|
| cck_map.install.diff | 201 bytes |
| cck_map.module.diff | 390 bytes |

#1
yikes, I meant db *data* type