]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix propagation of quote flag within _gen_label() so that if the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Oct 2013 03:47:49 +0000 (23:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Oct 2013 03:47:49 +0000 (23:47 -0400)
commitd79e1d69a6b2d0d1cc18d3d9d0283ef4a77925bc
tree0920ce1c66894cdf5a2ba60c1f53e79fddb90a75
parentaba78471867d1ae2cfbbf358482b2a9b771cc6b0
- fix propagation of quote flag within _gen_label() so that if the
name is already an instance of _anonymous_label(), we don't downgrade
it to a plain quoted_name - fixes regression from [ticket:2812].
[ticket:2834]
lib/sqlalchemy/sql/elements.py
test/sql/test_quote.py