On Tue, Apr 15, 2008 at 2:51 PM, Aaron <[EMAIL PROTECTED]> wrote: > That worked. Thanks. > > For the record, I'm using MySQL 4.1.21 and MySQLdb 1.2.2-final. Not > sure why I wasn't getting the error. >
I'd guess MySQL 4 doesn't even issue a warning when you compare a string to a double, just returns the nonsense results. Even MySQL 5 returns the 'answer', but at least it does issue the warning to indicate it had to coerce one of the arguments to another type to do the comparison. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

