Re: custom sql portability

2007-09-26 Thread Tim Chase
> an obvious one is to check whether the query uses standard syntax and > features. and if not, rewrite it so it does. > > also, try to test it on different databases. For those items that aren't quite so portable, it's helpful to follow the Django examples like you'll find in django/db/backen

Re: custom sql portability

2007-09-26 Thread akonsu
hello, an obvious one is to check whether the query uses standard syntax and features. and if not, rewrite it so it does. also, try to test it on different databases. cheers konstantin On Sep 26, 10:29 am, Filipe Correia <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using some custom sql which isn'