]> git.notmuchmail.org Git - notmuch/commitdiff
Add Database.create_query() as a shorthand for db=Database();q=Query(db,"")
authorSebastian Spaeth <sebastian@sspaeth.de>
Fri, 19 Mar 2010 09:55:06 +0000 (10:55 +0100)
committerSebastian Spaeth <sebastian@sspaeth.de>
Fri, 19 Mar 2010 09:55:06 +0000 (10:55 +0100)
This is a convenience extension to the C API. I hardly saves any typing, but
let's us automatically free the top-level Database() object when we delete
the Query().


No differences found