Hi,
we would like to use Phalcon (1.2.6) ORM, but we have mulilanguage application and we don't know how to set collation for postgresql (9.3). Posgresql doesn't suppport set collation in connection string. Last option we see is generating queries like:
SELECT a FROM b ORDER BY a COLLATE (de_DE)
We guess it is not possible right now.. So what can we do? Any ideas / tips / hacks? Can EventManager help us somehow? We are quite desperate..
Thank you all..