Closed (fixed)
Project:
Date
Version:
7.x-2.x-dev
Component:
Date API
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
17 May 2011 at 21:04 UTC
Updated:
31 Jul 2021 at 01:27 UTC
In date_api_sql.inc, there's a missing "break;" following line 199, which causes some SQLite code to be executed in place of the PostgreSQL code. The error complains about the missing datetime() function, and is the cause for a bug reported against the Calendar module.
I've attached a simple, quick patch that fixes this, though the line isn't really hard to find on its own. ;-)
| Comment | File | Size | Author |
|---|---|---|---|
| date-7.x-dev-postgresql.patch | 421 bytes | Anonymous (not verified) |
Comments
Comment #1
karens commentedIt would definitely break PostgreSQL. Thanks!