Block Class does not work with PostgreSQL
fuerst - October 28, 2009 - 14:05
| Project: | Block Class |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
MySQL uses " to quote values which is not ANSI standard. PostgreSQL strictly follows ANSI standard so the SQL queries used by Block Class will fail in PostgreSQL.

#1
The attached patch agains 6.x-1.2 fixes the problem.