summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/json.py
Commit message (Expand)AuthorAgeFilesLines
* -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-0/+29
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-29/+37
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* jsonb support for <@, ?| and ?& added.pr/101Damian Dimmich2014-07-011-1/+18
* minor cleanup of the jsonb - had extraneous operators that where copiedDamian Dimmich2014-06-281-5/+1
* add has_key & contains operators for jsonb (ported over from hstore)Damian Dimmich2014-06-281-21/+17
* initial support for JSONB - this only allows you to define the JSONBDamian Dimmich2014-06-241-1/+112
* - happy new yearMike Bayer2014-01-051-1/+1
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-271-31/+89
* - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-171-14/+19
* - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-171-0/+136