Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -29/+37 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | jsonb support for <@, ?| and ?& added.pr/101 | Damian Dimmich | 2014-07-01 | 1 | -1/+18 |
* | minor cleanup of the jsonb - had extraneous operators that where copied | Damian Dimmich | 2014-06-28 | 1 | -5/+1 |
* | add has_key & contains operators for jsonb (ported over from hstore) | Damian Dimmich | 2014-06-28 | 1 | -21/+17 |
* | initial support for JSONB - this only allows you to define the JSONB | Damian Dimmich | 2014-06-24 | 1 | -1/+112 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - rework the JSON expression system so that "astext" is called *after* | Mike Bayer | 2013-12-27 | 1 | -31/+89 |
* | - make the json serializer and deserializer per-dialect, so that we are | Mike Bayer | 2013-12-17 | 1 | -14/+19 |
* | - rework JSON expressions to be based off __getitem__ exclusively | Mike Bayer | 2013-12-17 | 1 | -0/+136 |