summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/ranges.py
Commit message (Expand)AuthorAgeFilesLines
* Update references to tables in PostgreSQL documentationLeo Singer2021-12-101-4/+4
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Fixes: #6930jonathan vanasco2021-09-081-0/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-3/+3
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-18/+6
* Ensure is_comparison passed for PG RANGE op() methodsJim Bosch2020-07-261-9/+9
* Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-201-19/+0
* happy new yearMike Bayer2020-01-011-1/+1
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-14/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-0/+1
* Run black -l 79 against all source filesMike Bayer2019-01-061-25/+32
* Use base __ne__ implementation for range types w/ NoneMike Bayer2018-04-031-1/+5
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-7/+7
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-0/+7
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* versionaddsMike Bayer2013-06-221-6/+33
* - 0.8 changelogMike Bayer2013-06-221-11/+11
* Documentation for the new range type support.pr/5Chris Withers2013-06-101-0/+13
* add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-6/+75
* Basic type support for the new range types in postgres 9.2Chris Withers2013-06-101-0/+51