* warning: pg_query() [function.pg-query]: Query failed: ERREUR: la colonne « 5fdae69200b8deaf908dd3976c260fa0 » n'existe pas LINE 1: SELECT COUNT(*) FROM false_accounts WHERE cid = "5fdae69200b... ^ in /home/html/test/includes/database.pgsql.inc on line 139.
    * user warning: query: SELECT COUNT(*) FROM false_accounts WHERE cid = "5fdae69200b8deaf908dd3976c260fa0" in /home/html/test/sites/all/modules/false_account/false_account.module on line 101.
    * warning: pg_query() [function.pg-query]: Query failed: ERREUR: la colonne « 5fdae69200b8deaf908dd3976c260fa0 » n'existe pas LINE 1: SELECT * FROM false_accounts WHERE cid = "5fdae69200b8deaf90... ^ in /home/html/test/includes/database.pgsql.inc on line 139.
    * user warning: query: SELECT * FROM false_accounts WHERE cid = "5fdae69200b8deaf908dd3976c260fa0" ORDER BY created DESC LIMIT 50 OFFSET 0 in /home/html/test/sites/all/modules/false_account/false_account.module on line 101.

PostgreSQL does not allow double-quotes. Use single quotes.
Kind regards,
Jean-Michel Pouré

CommentFileSizeAuthor
patch.diff512 bytesgrub3

Comments

grub3’s picture

Could this patch be applied? It has no side effect under MySQL and is very straightforward. Thanks.

avpaderno’s picture

Version: 6.x-2.4 »
Issue summary: View changes
Status: Reviewed & tested by the community » Closed (outdated)

I am closing this issue as it is for a Drupal version that isn't supported anymore.