summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/ranges.py
Commit message (Collapse)AuthorAgeFilesLines
* - happy new yearMike Bayer2014-01-051-1/+1
|
* versionaddsMike Bayer2013-06-221-6/+33
|
* - 0.8 changelogMike Bayer2013-06-221-11/+11
| | | | - some whitespace
* Documentation for the new range type support.pr/5Chris Withers2013-06-101-0/+13
|
* add support for range operators listed in ↵Chris Withers2013-06-101-6/+75
| | | | http://www.postgresql.org/docs/9.2/interactive/functions-range.html
* Basic type support for the new range types in postgres 9.2Chris Withers2013-06-101-0/+51