]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add bindparams support for baked Result count() method
authorMalaclypse The Younger <pat-androidsrc@flyingcarsandstuff.com>
Thu, 30 Mar 2017 14:54:14 +0000 (10:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Mar 2017 16:33:33 +0000 (12:33 -0400)
commit74f6c21747d07a8cf9902900df9280a84aadc2bb
treeed015e93b69651ac81ca55d4b2162b4589418634
parenta4c17c1397c68d109bcf0603644f3200ab2e82f5
Add bindparams support for baked Result count() method

Added support for bound parameters, e.g. those normally set up
via :meth:`.Query.params`, to the :meth:`.baked.Result.count`
method.  Previously, support for parameters were omitted. Pull request
courtesy Pat Deegan.

Change-Id: I8c33548cf2a483699767e459731694c8cadebff6
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/350
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/ext/baked.py
test/ext/test_baked.py