diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-31 12:54:23 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-11-01 15:06:25 -0400 |
commit | 1f7c699962558d26eb5ce8ccbe934ced97f7d598 (patch) | |
tree | 4c329f4c5c93a0bf4487607ba7a0b4e959d448ce /lib/sqlalchemy/dialects/sqlite/pysqlite.py | |
parent | 7a0a035601258b8ac32e84830b2a615b03aec98f (diff) | |
download | sqlalchemy-1f7c699962558d26eb5ce8ccbe934ced97f7d598.tar.gz |
remove case_sensitive create_engine parameter
Removed the previously deprecated ``case_sensitive`` parameter from
:func:`_sa.create_engine`, which would impact only the lookup of string
column names in Core-only result set rows; it had no effect on the behavior
of the ORM. The effective behavior of what ``case_sensitive`` refers
towards remains at its default value of ``True``, meaning that string names
looked up in ``row._mapping`` will match case-sensitively, just like any
other Python mapping.
Change-Id: I0dc4be3fac37d30202b1603db26fa10a110b618d
Diffstat (limited to 'lib/sqlalchemy/dialects/sqlite/pysqlite.py')
0 files changed, 0 insertions, 0 deletions