Looking in the query generation code (for both trunk and queryset- refactor), there's special case code for RegEx clauses and Oracle, as Oracle uses a function call syntax instead of an operator syntax.
It would be great to have this generalized for use with other engines. SQL Server has no built-in regex operators, but it's pretty easy to add as custom functions. These clauses would have to be added as something like " dbo.MatchRegEx( [the value being tested], [the regex string expression] ) = 1 ". --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---