]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Join by space instead of empty string, trim the match as well
authorEric Borczuk <eric@trialspark.com>
Thu, 27 Feb 2020 17:40:14 +0000 (12:40 -0500)
committerEric Borczuk <eric@trialspark.com>
Thu, 27 Feb 2020 17:40:14 +0000 (12:40 -0500)
commit6d80171c31d7c4fcd24c2ed4acf2c91ad2af3a24
treefd7e410db031f1ef36601a625fca5b46d7638817
parent27d0be7e16fe0483565a9f1de5a69d34c93fe340
Join by space instead of empty string, trim the match as well
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py