]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
open up window functions (ha ha) for mysql / mariadb
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2021 16:00:16 +0000 (12:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2021 16:02:33 +0000 (12:02 -0400)
commit3fc9f11c23e39e95e4d33572d04e74f74b0f20ed
tree749cb9125c12068d51dc8eff295476d6262494a1
parenta22b4dfbc44c78cb4fce27c33cf74cf57878a3b1
open up window functions (ha ha) for mysql / mariadb

MySQL 8 and MariaDB 10.2 support window functions so this
should be turned on.

Change-Id: Ic1fdd328f1f0def7dfc8451385c16ea81902074c
lib/sqlalchemy/sql/elements.py
test/requirements.py