On Aug 20, 10:50 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > There's one SQL syntax error that I can't fix, however (in > regressiontests/queries/models.py). I'll look at the pickling issue > there, but the SQL problem I can't debug.
If you mean this one: Item.objects.dates('created', 'day')[0] DatabaseError: ORA-00923: FROM keyword not found where expected then I'm on it. Thanks for looking at the other tests. The pickling problem arises because we construct our OracleQuery class dynamically, so it doesn't match the module path when pickle attempts to resurrect it. Ian Kelly and I stared at this one for a while but didn't come up with a good fix yet. (If anyone out there uses Komodo, here's my tip of the day. Use manual breakpoints: from dbgp.client import brk; brk() That's the only way I've found to fire up the debugger reliably when inside doctests.) Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---