Russell Keith-Magee wrote:
I just tested this on SQLite, and it fails with: OperationalError: no such column: false
Ok, I added a new patch [1] that uses where 0=1 instead of where false. This seems to work with postgresql, mysql, and sqlite. [1] http://code.djangoproject.com/attachment/ticket/2473/where_0%3D1.diff --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
