summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-04-24 16:03:00 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-04-24 16:03:00 -0400
commit87bbba32bc54fa0253e9c81663df669dc355f5da (patch)
treeb0b59e889ec323a5f0b4bb58de752facb7dcd38e /test/dialect/test_postgresql.py
parenta66861031a85063c9de8874559815f7ee0bab998 (diff)
downloadsqlalchemy-87bbba32bc54fa0253e9c81663df669dc355f5da.tar.gz
- [feature] The behavior of column targeting
in result sets is now case sensitive by default. SQLAlchemy for many years would run a case-insensitive conversion on these values, probably to alleviate early case sensitivity issues with dialects like Oracle and Firebird. These issues have been more cleanly solved in more modern versions so the performance hit of calling lower() on identifiers is removed. The case insensitive comparisons can be re-enabled by setting "case_insensitive=False" on create_engine(). [ticket:2423]
Diffstat (limited to 'test/dialect/test_postgresql.py')
0 files changed, 0 insertions, 0 deletions