]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add support for `string_agg` with MySQL backend
authorJoshua Morris <joshuajohnmorris@gmail.com>
Sun, 4 Jun 2023 09:52:21 +0000 (19:52 +1000)
committerJoshua Morris <joshua.morris@deswik.com>
Mon, 10 Jul 2023 22:48:07 +0000 (08:48 +1000)
commit744e1be1b31e02dcb0caa1175d36d74c996f370c
tree1d0760b7e62a9977a3162ebfb2b0a175c993bf0d
parentdfd88ef1d9ec484616e226e1a2de8dec925a4204
Add support for `string_agg` with MySQL backend
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/sql/elements.py
test/sql/test_functions.py