Re: Mysql vs. sqlite filtering of datetimefields with None values

2008-05-21 Thread Hans
Bump --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send email to [EMAIL PROTECTED] For more op

Mysql vs. sqlite filtering of datetimefields with None values

2008-05-16 Thread Hans
I have recently come across a slight difference in the way that datetimefields are handled by mysql and sqlite. Locally, on my desktop I use sqlite for debugging, while the production server runs mysql. Running django-trunk. One of my models includes a datetimefield: last_fetched = models.DateTim