]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] The prefix_with() method is now available
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Aug 2012 01:15:40 +0000 (21:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Aug 2012 01:15:40 +0000 (21:15 -0400)
commit223af5b1167a1fcb7027e0093284b03851446c7f
tree2f2c699e6f96548b927a23e61057b491e4b7799e
parent3087b8ddef6e903aff95e14742888cf2804a9206
  - [feature] The prefix_with() method is now available
    on each of select(), insert(), update(), delete(),
    all with the same API, accepting multiple
    prefix calls, as well as a "dialect name" so that
    the prefix can be limited to one kind of dialect.
    [ticket:2431]
CHANGES
doc/build/core/expression_api.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/sql/test_compiler.py