Re: Firebird backend against 0.96 release and thoughts

2007-04-26 Thread David Elias
Malcolm Tredinnick escreveu: > We could arrange for this to be possible as part of the QuerySet > refactor. I hadn't thought of doing it before, but it's not a bad idea. > Might even help things like the GIS branch, too. > > /me makes a TODO note. That would be perfect. I imagine that you will co

Re: Firebird backend against 0.96 release and thoughts

2007-04-26 Thread Malcolm Tredinnick
On Thu, 2007-04-26 at 04:44 -0700, David Elias wrote: > The new patch - http://code.djangoproject.com/ticket/1261 > > Like I've explained in the ticket's comments right now we can't do a > search in TextFields with: > __istartswith, __iendswith, __icontains > > These work well with VARCHAR usi

Firebird backend against 0.96 release and thoughts

2007-04-26 Thread David Elias
The new patch - http://code.djangoproject.com/ticket/1261 Like I've explained in the ticket's comments right now we can't do a search in TextFields with: __istartswith, __iendswith, __icontains These work well with VARCHAR using LIKE and the UPPER function just like the oracle branch, but only