I am really learning the internals of Django.

I changed line 208 in db\models\base.py from:

cursor.execute("SELECT 1 FROM %s WHERE %s=%%s LIMIT 1" % \

to:

cursor.execute("SELECT 1 FROM %s WHERE %s=%%s ROWS 1" % \


Shouldn't that FB patch have fixed this type of stuff? Did I apply it
wrong?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to