]> git.cworth.org Git - notmuch/commit
ruby: add keyword arguments to db.query
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 24 May 2021 02:19:09 +0000 (21:19 -0500)
committerDavid Bremner <david@tethera.net>
Sun, 27 Jun 2021 17:13:03 +0000 (14:13 -0300)
commit814abafc3e4280de115d4bc0ac01f8d026a0a7f9
treeb01da71f2624e56230e4cce756c01021ee6e3b72
parent6e7365fb2033d59d4040d20c1d05c0e652dfcc7b
ruby: add keyword arguments to db.query

That way we don't need pass them to the query object ourselves.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
bindings/ruby/database.c
bindings/ruby/defs.h
bindings/ruby/init.c
test/T395-ruby.sh