]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixes: #12853 Move aggregate_order_by to core functionality
authorReuven Starodubski <reuven.s@claroty.com>
Wed, 10 Sep 2025 06:19:25 +0000 (09:19 +0300)
committerReuven Starodubski <reuven.s@claroty.com>
Wed, 10 Sep 2025 12:46:07 +0000 (15:46 +0300)
commit9c1ff67c3735df9c51556e6b88c23cd6d4a3c396
tree622704e02f4218ce2af0efc5ce7cec1d408d7717
parentcf3880fc8544dd1f4ae457d302c67e908f96308c
Fixes: #12853 Move aggregate_order_by to core functionality
preserve it in postgresql for backward compatibility
lib/sqlalchemy/dialects/postgresql/ext.py
lib/sqlalchemy/sql/__init__.py
lib/sqlalchemy/sql/_elements_constructors.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/expression.py