Closed (duplicate)
Project:
Freelinking
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2009 at 00:50 UTC
Updated:
24 Oct 2009 at 06:50 UTC
This module is not compatible with Postgres. The delete query bombs out with a mysqlism.
Query failed: ERROR: column "252366a8fd0d46fb5453188d316676c7" does not exist LINE 1: SELECT phrase FROM freelinking WHERE hash = "252366a8fd0d46f..
You need to dump the double quotes and use sql standard single quotes.
Comments
Comment #1
Grayside commentedDuplicate of #545588: don't use double quotes to escape string in SQL