Does not work with PostgreSQL
zoop_mf - June 10, 2007 - 14:56
| Project: | Monthly Archive |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
The month module uses MySQLisms, so it fails to work with PostgreSQL.
The attached patch makes it work with PostgreSQL as well.
Oh, and the patch also fixes the placement of the comma in "Month of XYZ , YYYY". The comma should not have a preceeding space.
| Attachment | Size |
|---|---|
| month-postgresql.patch | 1.62 KB |

#1
Commited allong with a code cleanup, thanks!
http://drupal.org/cvs?commit=70815
#2
#3
Getting closer, but the patch was not applied correctly and the current version still does not work with pgsql...
The attached patch fixes it.