diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-12-19 08:34:51 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-12-19 08:35:53 -0500 |
commit | 946058ec6070ab4db9fdfab612ec4543fea9cd1c (patch) | |
tree | e1aeb683246b81518858327e6e4f5c28f3806467 /lib/sqlalchemy/dialects/postgresql/base.py | |
parent | ce8c0013169bdbe377ca21389f85051525814264 (diff) | |
download | sqlalchemy-946058ec6070ab4db9fdfab612ec4543fea9cd1c.tar.gz |
add exclusion for unusual chars in column names
Added new exclusion rule for third party dialects called
``unusual_column_name_characters``, which can be "closed" for third party
dialects that don't support column names with unusual characters such as
dots, slashes, or percent signs in them, even if the name is properly
quoted.
Fixes: #9002
Change-Id: I44b765df4c73ce5ec1907d031fd9c89761fd99d1
References: #8993
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
0 files changed, 0 insertions, 0 deletions