diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-01-16 21:04:32 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-01-16 21:04:32 -0500 |
commit | 7fedf9958687222a9e3c2fc4d50983711dbb3d52 (patch) | |
tree | 921320393422f906e75451376b41b3406abacef4 /test/dialect/test_postgresql.py | |
parent | 87002643407f886f13a3b53283ea0b6dafa695cc (diff) | |
download | sqlalchemy-7fedf9958687222a9e3c2fc4d50983711dbb3d52.tar.gz |
:class:`.Index` now supports arbitrary SQL expressions and/or
functions, in addition to straight columns. Common modifiers
include using ``somecolumn.desc()`` for a descending index and
``func.lower(somecolumn)`` for a case-insensitive index, depending on the
capabilities of the target backend.
[ticket:695]
Diffstat (limited to 'test/dialect/test_postgresql.py')
0 files changed, 0 insertions, 0 deletions