PostgreSQL compatibility
gatoth - November 4, 2009 - 08:26
| Project: | Feeds |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | Novice |
Description
In PostgreSQL queries, strings has to be enclosed in apostrophes ('), quotation marks (") do not work. Please fix it.
Thank you,
Gabor

#1
We should do that soon. This is a novice task.
#2
Patches below replace use of double quote with (escaped) single quote.
#3
Great.
2 questions:
1) Wouldn't it be better practice to use double quotes for the query string and single ' quotes for strings in it?
2) One patch instead of 10 ? : )
#4
Bumping to critical as this should go into the next alpha release. Any answers for 3.1 ?