]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added new "postgresql_ops" argument to
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jul 2011 14:49:36 +0000 (10:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jul 2011 14:49:36 +0000 (10:49 -0400)
commitb2d50f2807da38a4a0ecefc1a88ed4ab19e0e41c
tree462d41ff8e95edfa5526fcb206400377002178b1
parentbd45f22e171c4bdde037e6a03b6102347d9b224b
  - Added new "postgresql_ops" argument to
    Index, allows specification of PostgreSQL
    operator classes for indexed columns.
    [ticket:2198]  Courtesy Filip Zyzniewski.
CHANGES
doc/build/core/schema.rst
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/schema.py
test/dialect/test_postgresql.py