| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove old versionadded and versionchanged | Federico Caselli | 2023-04-12 | 1 | -2/+0 |
* | happy new year 2023 | Mike Bayer | 2023-01-03 | 1 | -1/+1 |
* | apply consistent ORM mutable notes for all mutable SQL types | Mike Bayer | 2022-08-30 | 1 | -21/+25 |
* | inline mypy config; files ignoring type errors for the moment | Mike Bayer | 2022-04-28 | 1 | -0/+2 |
* | happy new year 2022 | Mike Bayer | 2022-01-06 | 1 | -1/+1 |
* | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 1 | -0/+8 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -2/+1 |
* | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 1 | -32/+10 |
* | Fixes: #6930 | jonathan vanasco | 2021-09-08 | 1 | -0/+3 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -4/+2 |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -8/+8 |
* | Support `ARRAY` of `Enum`, `JSON` or `JSONB` | Federico Caselli | 2020-04-20 | 1 | -4/+0 |
* | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -4/+0 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -2/+3 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -48/+81 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | 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 |