Hi,

I have the following query which works perfectly with sqlite3:

from django.db import models
qs.filter(models.Q(myField__iregex="\\b%s\\b" % myString)

In the production server, where I'm running postgresql the exact same
query is not working.
Do you have any idea why this happens? Maybe a bug?

Note that I'm running the SVN (most recent) version of django.

Thanks
Francesco
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to