diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-02-24 13:54:37 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-02-24 13:54:37 -0500 |
commit | 5d42051c2e575713ffb8ea4f43ef1c2145b83c97 (patch) | |
tree | c6a863de5a20bd6e67cd160c229f0aa06347f66e /test/dialect/postgresql/test_reflection.py | |
parent | 955f4a27c37ba73901745b89eb555eb8681d4b9f (diff) | |
download | sqlalchemy-5d42051c2e575713ffb8ea4f43ef1c2145b83c97.tar.gz |
Deprecate row.keys() for 2.0, not 1.x
row.keys() is used by any use case that applies dict() to
a row. Access of elements by string key is also a 2.0 deprecation
not 1.4 so for rudimental dict(row) support make sure that is all
a 2.0 thing.
Fixes current Alembic test suite.
Change-Id: I895496324133d615676cd76bc5f2c5f4a83e9131
Diffstat (limited to 'test/dialect/postgresql/test_reflection.py')
0 files changed, 0 insertions, 0 deletions