]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove autoload=True references
authorGord Thompson <gord@gordthompson.com>
Sat, 12 Dec 2020 16:29:12 +0000 (09:29 -0700)
committerGord Thompson <gord@gordthompson.com>
Sat, 12 Dec 2020 23:40:34 +0000 (16:40 -0700)
commit89ccab00e33c9a80f2d94e656a489b63c7d51e7a
tree77fa7cc383354981b902b3c92a8cecaab1e1298e
parentd55971119aa48590416193b8b0e0f54aa0e97c82
Remove autoload=True references

Remove references to deprecated ``autoload=True`` in docs and code samples.
Also remove test/dialect/test_firebird.py and test/dialect/test_sybase.py
as those tests have already been incorporated into the external dialects.

Change-Id: I9788c27c971e3b2357f4cfa2d4698a6af727b073
doc/build/changelog/migration_20.rst
doc/build/core/reflection.rst
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/ext/declarative/extensions.py
test/dialect/test_firebird.py [deleted file]
test/dialect/test_sybase.py [deleted file]