]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the refactor of the visit_alias() method in Oracle revealed
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Dec 2014 00:45:14 +0000 (19:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Dec 2014 00:45:14 +0000 (19:45 -0500)
commit60174146410d4ce2a17faa76cd981f558490db92
tree363e8e070377aadc210508ebd15c5fa78a494594
parente46c71b4198ee9811ea851dbe037f19a74af0b08
- the refactor of the visit_alias() method in Oracle revealed
that quoting should be applied in %(name)s under with_hint.
doc/build/changelog/changelog_10.rst
test/sql/test_compiler.py