On 6/19/06, gabor <[EMAIL PROTECTED]> wrote: > > > that seems to be the problem. > it works with postgresql. > > if you want to verify the problem: > > import django.db > print django.db.connection.queries > > this will print out the sql queries django is doing. > > in this case it does something like this: > > select * from main_article where pub_date between '2006-01-16 00:00:00' > AND '2006-01-16 23:59:59.999999'; > > if you execute this query directly on the sqlite3 database, it will not > find anything. > > if you repeat this example in postgresql, it works. > > so it seems to be a bug with sqlite3... will dig around a little more. >
It felt like a db error, because of *where* it was breaking, but I've not yet looked into the ORM layer, and didn't have time to start digging. Jay P. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
