summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/json.py
Commit message (Expand)AuthorAgeFilesLines
* Manual fixes for style E501 errors, etc. in dialects packagepr/111Brian Jarrett2014-07-131-17/+20
* Style fixes for dialects packageBrian Jarrett2014-07-121-12/+17
* - 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