summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/hstore.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old versionadded and versionchangedFederico Caselli2023-04-121-2/+0
* happy new year 2023Mike Bayer2023-01-031-1/+1
* apply consistent ORM mutable notes for all mutable SQL typesMike Bayer2022-08-301-21/+25
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+8
* Clean up most py3k compatFederico Caselli2021-11-241-2/+1
* First round of removal of python 2Federico Caselli2021-11-011-32/+10
* Fixes: #6930jonathan vanasco2021-09-081-0/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+2
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-8/+8
* Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-201-4/+0
* Run search and replace of symbolic module namesMike Bayer2020-04-141-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-4/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-2/+3
* Run black -l 79 against all source filesMike Bayer2019-01-061-48/+81
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-5/+5
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-011-6/+13
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-9/+8
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-120/+158
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-8/+13
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - attempt to clarify what mutable extension does for HSTORE, [ticket:2803]Mike Bayer2013-10-181-2/+9
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-3/+3
* Merge branch 'rel_0_9'Mike Bayer2013-05-291-2/+2
|\
| * hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-10/+26
| * postgresql testsMike Bayer2013-05-261-1/+3
| * - the raw 2to3 runMike Bayer2013-04-271-2/+2
* | add the py2k symbol from the 0.9 branch to support the hstore changeMike Bayer2013-05-291-0/+1
* | hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-10/+26
|/
* Corrected silly circular import introduced by original "fix".Ben Trofatter2013-03-181-1/+4
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* HSTORE.comparator_factory should subclass Concatenable.ComparatorAudrius Kažukauskas2012-11-211-9/+4
* just a pep8 pass of lib/sqlalchemy/dialects/postgresqlDiana Clarke2012-11-191-1/+0
* oops, this needs to be MutableDictMike Bayer2012-11-181-3/+4
* - hstore documentation, migrationMike Bayer2012-11-171-37/+60
* - hstore adjustmentsMike Bayer2012-11-171-33/+51
* Add PostgreSQL HStore type supportAudrius Kažukauskas2012-11-131-0/+306