]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added "postgresql_using" argument to Index(), produces
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Oct 2011 21:17:46 +0000 (17:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Oct 2011 21:17:46 +0000 (17:17 -0400)
commitbf2f3595d07002d56c77b329387932d4d27e3c45
tree06f68edb7131347e9cb2350bddbb5fd9f2a9cd5e
parent4f1321c3e97f9bb1c92b378452a7810874927c71
  - Added "postgresql_using" argument to Index(), produces
    USING clause to specify index implementation for
    PG.  [ticket:2290].  Thanks to Ryan P. Kelly for
    the patch.
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py