summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/json.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old versionadded and versionchangedFederico Caselli2023-04-121-16/+0
* Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators.Guilherme Martins Crocetti2023-01-051-1/+64
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-1/+1
* JSONPATH type can be used in casts in PostgreSQLFederico Caselli2022-08-171-16/+31
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Clean up most py3k compatFederico Caselli2021-11-241-6/+5
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-1/+1
* Fixes: #6930jonathan vanasco2021-09-081-0/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-5/+3
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-1/+1
* Add JSON support for mssqlGord Thompson2020-08-191-5/+14
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-4/+4
* Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-201-12/+0
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-2/+2
* Run search and replace of symbolic module namesMike Bayer2020-04-141-21/+27
* happy new yearMike Bayer2020-01-011-1/+1
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-1/+6
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-6/+6
* Run black -l 79 against all source filesMike Bayer2019-01-061-23/+43
* Assorted pre-Black fixesMike Bayer2019-01-051-2/+0
* Import from collections.abcxtreak2018-09-271-3/+2
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-4/+4
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-011-7/+16
* Build string/int processors for JSONIndexType, JSONPathTypeMike Bayer2016-08-041-2/+20
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-158/+48
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-191-1/+1
* - forgot to implement py3k logic for JSON.NULLMike Bayer2015-08-181-23/+21
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-1/+58
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-166/+137
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - clean up default comparator which doesn't need to be a class,Mike Bayer2015-01-041-2/+3
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* -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