]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve array_agg and Array processing
authorFederico Caselli <cfederico87@gmail.com>
Sat, 17 Sep 2022 11:12:35 +0000 (13:12 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 17 Sep 2022 11:12:35 +0000 (13:12 +0200)
commit02fe382d6bfc5e8ccab6e2024a5241379a02b7e0
tree71be66e11aec5224f77f8e4e4e62ad9bd3fb6491
parentf582618afe1a5b112a1a22ddd0cbfcc8b97c8f09
Improve array_agg and Array processing

The :class:`_functions.array_agg` will now set the array dimensions to 1.
Improved :class:`_types.ARRAY` processing to accept ``None`` values as
value of a multi-array.

Fixes: #7083
Change-Id: Iafec4f77fde9719ccc7c8535bf6235dbfbc62102
doc/build/changelog/unreleased_20/7083.rst [new file with mode: 0644]
lib/sqlalchemy/sql/functions.py
lib/sqlalchemy/sql/sqltypes.py
lib/sqlalchemy/testing/config.py
test/dialect/postgresql/test_types.py
test/sql/test_functions.py