I get this back:

[{'sql': 'SELECT
"django_session"."session_key","django_session"."session_data","django_session"."expire_date"
FROM "django_session" WHERE ("django_session"."session_key" =
d3b9c68e8d397b3fc0809ce5102e0299 AND "django_session"."expire_date" >
2006-11-05 13:39:36.338000)', 'time': '0.010'}, {'sql': 'SELECT 1 FROM
"django_session" WHERE "session_key"=d3b9c68e8d397b3fc0809ce5102e0299
LIMIT 1', 'time': '0.000'}, {'sql': 'UPDATE "django_session" SET
"session_data"=KGRwMQpTJ2xhc3RfdHJhbnMnCnAyCmNkYXRldGltZQpkYXRldGltZQpwMwooUydceDA3XHhkNlx4\nMGJceDA0XHgxNTggXHgwNFF4Jwp0UnA0CnNTJ19hdXRoX3VzZXJfaWQnCnA1CkkxCnNTJ19hdXRo\nX3VzZXJfYmFja2VuZCcKcDYKUydkamFuZ28uY29udHJpYi5hdXRoLmJhY2tlbmRzLk1vZGVsQmFj\na2VuZCcKcDcKc1MnbGFzdF9zZWVuJwpwOApnMwooUyJceDA3XHhkNlx4MGJceDA1XHInJFx4MDUo\nUCIKdFJwOQpzLmY4MTk1ZTU1ZjI4MGIwZTgyNTE1ZjUxZjhjMTMwNGE0\n,"expire_date"=2006-11-19
13:39:36.368000 WHERE "session_key"=d3b9c68e8d397b3fc0809ce5102e0299',
'time': '0.000'}, {'sql': 'SELECT
"auth_user"."id","auth_user"."username","auth_user"."first_name","auth_user"."last_name","auth_user"."email","auth_user"."password","auth_user"."is_staff","auth_user"."is_active","auth_user"."is_superuser","auth_user"."last_login","auth_user"."date_joined"
FROM "auth_user" WHERE ("auth_user"."id" = 1)', 'time': '0.000'}]

I tried running it on my local PostGres, and it seems that the date and
session key should be quoted... or maybe not ?


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to