Hi,

CivicActions is reviewing and upgrading multiple modules for use on client sites. Attached you will find a patch based on a SQL standards review with the coder module. The i18nstrings module uses "LIMIT 1" (which isn't supported by all databases) in one of its sql queries instead of using db_query_range(). See http://drupal.org/node/1395 for further info.

Attached patch should fix the issue.

Cheers,
Stella

CommentFileSizeAuthor
i18n_ansi_sql.patch1.03 KBstella
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jose Reyero’s picture

Status: Needs review » Fixed

Yup, that was not a very standard query, thanks

@stella
I see you are posting a lot of good small patches. So, though one issue per patch is usually encouraged, I don't mind if you want to post many one line patches into a big one, just add a short description, we'll both save some time :-)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.