Now that boulder-oracle-sprint has been merged into trunk, I'd like to ask the Oracle backend developers to take a look at Ticket #1465, implementing regular expression field lookups (i.e., "somefield__regex=foo" or "somefield__iregex=foo"); the patch there currently lacks support for Oracle.
Based on docs from oracle.com [1], I *believe* the incantations for Oracle are: case-sensitive: REGEXP_LIKE(field, pattern, 'c') case-insensitive: REGEXP_LIKE(field, pattern, 'i') Am I on target here? Also, are there versions of Oracle usable with Django that might not support these? [1] http://www.oracle.com/technology/obe/obe10gdb/develop/regexp/regexp.htm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
