summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/ranges.py
Commit message (Expand)AuthorAgeFilesLines
* changelog fixes; editsMike Bayer2023-04-211-1/+5
* Add intersection method to Range classYurii Karabas2023-04-141-0/+46
* happy new year 2023Mike Bayer2023-01-031-1/+1
* check for adapt to same class in AbstractRangeMike Bayer2022-12-211-1/+1
* Fix equality comparison between a PG Range and a different class instanceLele Gaifax2022-12-151-4/+7
* Add compatibility properties to Range; implement pep-484Lele Gaifax2022-12-051-82/+164
* Merge "Add value-level hooks for SQL type detection; apply to Range" into mainmike bayer2022-11-291-0/+20
|\
| * Add value-level hooks for SQL type detection; apply to RangeLele Gaifax2022-11-291-0/+20
* | Rectify PG Range.__bool__, inverting previous logicLele Gaifax2022-11-271-1/+1
|/
* Issue #8765: implement missing methods on PG RangeLele Gaifax2022-11-151-94/+403
* Implement contains_value(), issubset() and issuperset() on PG RangeLele Gaifax2022-11-031-0/+206
* auto-cast PG range typesMike Bayer2022-09-201-0/+39
* implement PG ranges/multiranges agnosticallyMike Bayer2022-08-051-26/+91
* fixes: #7156 - Adds support for PostgreSQL MultiRange typezeeeeb2022-08-041-0/+36
* Normalize postgresql docs links to point to currentFederico Caselli2022-06-171-1/+1
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* 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