Skip to content

Instantly share code, notes, and snippets.

@jan-matejka
Created April 25, 2012 14:23
Show Gist options
  • Select an option

  • Save jan-matejka/2490052 to your computer and use it in GitHub Desktop.

Select an option

Save jan-matejka/2490052 to your computer and use it in GitHub Desktop.
sqlalchemy
.filter("id > %d" % self.last_id()))
#.filter("id > :last_id")
#.params(last_id = self.last_id()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment