globalize2 icon indicating copy to clipboard operation
globalize2 copied to clipboard

Uppercase locale string

Open omsoft opened this issue 12 years ago • 0 comments

Is it possible to generate globalize queries with an uppercase locale? For instance should be:

SELECT * FROM `event_translations` WHERE (`event_translations`.`locale` IN ('IT')) AND (`event_translations`.event_id = 1406)

intead of:

SELECT * FROM `event_translations` WHERE (`event_translations`.`locale` IN ('it')) AND (`event_translations`.event_id = 1406)

Thanks in advance

omsoft avatar Sep 21 '12 12:09 omsoft