summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/hstore.py
Commit message (Expand)AuthorAgeFilesLines
* 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