summaryrefslogtreecommitdiff
path: root/doc/build/changelog/unreleased_14/4878.rst
blob: 5795053acc8c6d70c8fd06992ff13b3f44ffddb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
.. change::
    :tags: change, engine
    :tickets: 4878

    The :paramref:`.case_sensitive` flag on :func:`.create_engine` is
    deprecated; this flag was part of the transition of the result row object
    to allow case sensitive column matching as the default, while providing
    backwards compatibility for the former matching method.   All string access
    for a row should be assumed to be case sensitive just like any other Python
    mapping.