| Commit message (Expand) | Author | Age | Files | Lines |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -5/+5 |
* | Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTORE | Mike Bayer | 2016-10-01 | 1 | -6/+13 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -9/+8 |
* | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -120/+158 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -8/+13 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which | Mike Bayer | 2014-05-25 | 1 | -0/+1 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803] | Mike Bayer | 2013-10-18 | 1 | -2/+9 |
* | Fixed bug in HSTORE type where keys/values that contained | Mike Bayer | 2013-06-28 | 1 | -3/+3 |
* | Merge branch 'rel_0_9' | Mike Bayer | 2013-05-29 | 1 | -2/+2 |
|\ |
|
| * | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -10/+26 |
| * | postgresql tests | Mike Bayer | 2013-05-26 | 1 | -1/+3 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
* | | add the py2k symbol from the 0.9 branch to support the hstore change | Mike Bayer | 2013-05-29 | 1 | -0/+1 |
* | | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -10/+26 |
|/ |
|
* | Corrected silly circular import introduced by original "fix". | Ben Trofatter | 2013-03-18 | 1 | -1/+4 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | HSTORE.comparator_factory should subclass Concatenable.Comparator | Audrius Kažukauskas | 2012-11-21 | 1 | -9/+4 |
* | just a pep8 pass of lib/sqlalchemy/dialects/postgresql | Diana Clarke | 2012-11-19 | 1 | -1/+0 |
* | oops, this needs to be MutableDict | Mike Bayer | 2012-11-18 | 1 | -3/+4 |
* | - hstore documentation, migration | Mike Bayer | 2012-11-17 | 1 | -37/+60 |
* | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -33/+51 |
* | Add PostgreSQL HStore type support | Audrius Kažukauskas | 2012-11-13 | 1 | -0/+306 |