Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created October 26, 2011 10:00
Show Gist options
  • Save lxneng/1315932 to your computer and use it in GitHub Desktop.
Save lxneng/1315932 to your computer and use it in GitHub Desktop.
session.query(User).filter_by(id=123).update({"name": u"Bob Marley"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment