]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Note DBAPIs and dialects that we don't support
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Jul 2019 16:19:55 +0000 (12:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Jul 2019 16:22:26 +0000 (12:22 -0400)
commitd36c7d0601b23c6e8a62aad2f242cc423dadbf5f
tree88d1b2e7899af4e27b5a8bcb0bac98cbc869c02e
parent908b5f1d35ea1d60830890708f1fd47e43aecd51
Note DBAPIs and dialects that we don't support

Since we have strong CI for the DBAPIs and dialects that are actively
supported, this indicates that those DBAPIs that aren't in CI are
continuing to fall behind in support, to the point where we can
not address issues that may arise. As such, the Sybase and Firebird
dialects overall are moving into an explicit "not supported" zone
where we would like to eventually remove them.   Additionally,
a pass is made through legacy MySQL and PostgreSQL DBAPI dialects
as well as those which we aren't able to include in CI to note
that these DBAPIs aren't actively supported by the project.

Change-Id: I61f1515b97b741b7534b54e434e3e47065df7b5d
(cherry picked from commit 4bd4bae5c1132e1ca41425f742402d06026a918a)
doc/build/dialects/index.rst
lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/mssql/adodbapi.py
lib/sqlalchemy/dialects/mysql/cymysql.py
lib/sqlalchemy/dialects/mysql/mysqlconnector.py
lib/sqlalchemy/dialects/mysql/oursql.py
lib/sqlalchemy/dialects/postgresql/pg8000.py
lib/sqlalchemy/dialects/postgresql/pygresql.py
lib/sqlalchemy/dialects/postgresql/pypostgresql.py
lib/sqlalchemy/dialects/sybase/base.py