Django: Add SET DATESTYLE

2009-08-10 Thread Bdfy
How to add a phrase "SET DATESTYLE =" bla-bla-bla "" for everyone SQL query ? --~--~-~--~~~---~--~~ 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 T

Re: Django: Add SET DATESTYLE

2009-08-11 Thread Bdfy
:08, Karen Tracey wrote: > On Mon, Aug 10, 2009 at 12:00 PM, Bdfy wrote: > > > How to add a phrase "SET DATESTYLE =" bla-bla-bla "" for everyone SQL > > query ? > > Why do you think you want to do that?  The Django ORM takes the date(time) > values comin

How to Add custom sql ( for example 'select myfunc(1)' ) for everyone SQL query ?

2009-12-22 Thread Bdfy
In Catalyst it was " { on_connect_do => [ ' select myfunc(1); ' ] }" ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-user