]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
initial support for JSONB - this only allows you to define the JSONB
authorDamian Dimmich <damian@tauri-tec.com>
Tue, 24 Jun 2014 07:23:21 +0000 (11:23 +0400)
committerDamian Dimmich <damian@tauri-tec.com>
Tue, 24 Jun 2014 07:23:21 +0000 (11:23 +0400)
commit01cc8fbacce8f571a47a3617b913e579bd666f97
tree25428147b849bc3498be322619d819687ee813e6
parentf10eb28d90cbf73f4757897f52bf26722f98372e
initial support for JSONB - this only allows you to define the JSONB
datatype - this does not add any of the additional support for
querying/indexing yet.
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/json.py