]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
implement _all_selected_columns for functionelement
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Sep 2021 19:16:56 +0000 (15:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Sep 2021 19:18:39 +0000 (15:18 -0400)
commit3995db5b5ec550b8208efe34df35649c131fde45
tree6ab26d62c5703a5edb60dcf49378c72a38e08cae
parent8a10b1e4506c27773628fff1f3d99ca850211862
implement _all_selected_columns for functionelement

Implemented a method in ``FunctionElement`` that is essentially abstract in
an ancestor class (even though not used), leading to pylint complaints.

Fixes: #7052
Change-Id: Iceeeb332fbb3c7187cd2b1969e2f4233a47136b1
doc/build/changelog/unreleased_14/7052.rst [new file with mode: 0644]
lib/sqlalchemy/sql/functions.py