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