Needs review
Project:
Translation Management
Version:
6.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Aug 2010 at 10:34 UTC
Updated:
28 Dec 2010 at 17:37 UTC
Jump to comment: Most recent file
Comments
Comment #1
brucepearson commentedThanks for the report, we will review our DB queries.
Comment #2
Monty-2 commentedBy now I have fixed some queries to make the module working on my site, but I've not used all the functionalities.
I'm not able by now to make patch files so i just attached a grep of the lines I edited, hope that will be useful.
And, by the way... great module!!
Comment #3
threading_signals commentedSubscribing to find out the resolution for Postgresql support. I too think this module is super. :)
Comment #4
brucepearson commentedWe've fixed up the queries so they now use single quotes to mark strings. Hopefully we have found them all.
Please test the next release and let us know.
Comment #5
brucepearson commentedComment #6
brucepearson commentedComment #7
threading_signals commentedThanks Bruce! Much appreciated.
Comment #9
threading_signals commentedIt seems to be almost ready. Getting query related errors with drupal on postgresql when configuring blocks:
Location http://www.example.com/admin/content/translation-management/dashboard
Referrer http://www.example.com/admin/reports/dblog
Message pg_query(): Query failed: ERROR: operator does not exist: character varying = integer LINE 1: SELECT title FROM blocks WHERE delta = 2 ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. in/var/www/includes/database.pgsql.inc on line 139.
Severity error
Location http://www.example.com/admin/content/translation-management/dashboard
Referrer http://www.example.com/admin/reports/dblog
Message query: SELECT title FROM blocks WHERE delta = 2 in on line .
Severity error
Location http://www.example.com/admin/content/translation-management/icl-check
Referrer http://www.example.com/admin/reports/dblog
Message pg_query(): Query failed: ERROR: operator does not exist: character varying = integer LINE 1: SELECT language from i18n_blocks where delta = 3 ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. in/var/www/includes/database.pgsql.inc on line 139.
Severity error