hi:
  In my app there is a user_table, with a column "access_time".
  Without sqlalchemy, just "update user_table set access_time =
Now()" ,
  With sqlalchemy and user as a object-relational object, I have to
make a app time and do "user.access_time = now() "?

  or a better way?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to