]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add `sqlalchemy.ext.index` for indexed attributes for ORM
authorJeong YunWon <jeong@youknowone.org>
Tue, 12 Apr 2016 03:16:04 +0000 (23:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Jun 2016 17:05:21 +0000 (13:05 -0400)
commit0620a76b582cc93d55e3ddfb74ac22682e148a36
treef3a5b97fb769ca380d5d0d27becfda5910c6fefa
parentcfb59ecc9bbd2f5040dd5bb8c82491851b186681
Add `sqlalchemy.ext.index` for indexed attributes for ORM

Add `sqlalchemy.ext.index.index_property`
which subscribe an index of a column with `Indexable` type.

Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>
Change-Id: I238c23131e4fded5dc7f7a25eb02e26008099d00
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/235
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
doc/build/index.rst
doc/build/orm/extensions/index.rst
lib/sqlalchemy/ext/indexable.py [new file with mode: 0644]
lib/sqlalchemy/sql/sqltypes.py
test/ext/test_indexable.py [new file with mode: 0644]
test/requirements.py