]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add PG-specific aggregate_order_by(), references #3132
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Aug 2015 14:28:01 +0000 (10:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Aug 2015 14:32:21 +0000 (10:32 -0400)
commit5295a683f9acdad59871ad7b7e6cead834c899e2
treefc7c153957e5ab81360e49e53bda00353891a142
parent4d63b472f272138eca0286fd6c4a7bf52e9be3c3
- add PG-specific aggregate_order_by(), references #3132
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
doc/build/dialects/postgresql.rst
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/ext.py [new file with mode: 0644]
test/dialect/postgresql/test_compiler.py