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