summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/indexable.py
Commit message (Expand)AuthorAgeFilesLines
* Fix nested index_property setter when there is no container valueJeong YunWon2017-01-301-2/+4
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-4/+4
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Add `default` parameter for `index_property`Jeong YunWon2016-07-111-4/+31
* `index_property` catches IndexError as well as KeyErrorJeong YunWon2016-07-051-1/+1
* Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-151-0/+320