summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/hstore.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-10-31 12:54:23 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-11-01 15:06:25 -0400
commit1f7c699962558d26eb5ce8ccbe934ced97f7d598 (patch)
tree4c329f4c5c93a0bf4487607ba7a0b4e959d448ce /lib/sqlalchemy/dialects/postgresql/hstore.py
parent7a0a035601258b8ac32e84830b2a615b03aec98f (diff)
downloadsqlalchemy-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/postgresql/hstore.py')
0 files changed, 0 insertions, 0 deletions