]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
sqlalchemy/dialects/postgresql/pgjson:
authornathan <nathan.alexander.rice@gmail.com>
Wed, 11 Dec 2013 15:21:08 +0000 (10:21 -0500)
committernathan <nathan.alexander.rice@gmail.com>
Wed, 11 Dec 2013 15:21:08 +0000 (10:21 -0500)
commit015c73c83a1bd915cd34cc61370a6d89228c40d6
treed5cee53717c9ca895eebc4353b14efe217eca805
parent059039e0f7eaeeaf7ab49181a99a5edeb67d9f28
 sqlalchemy/dialects/postgresql/pgjson:
 - Added support for additional operators
 - Made return as json default (rather than text)
lib/sqlalchemy/dialects/postgresql/pgjson.py
test/dialect/postgresql/test_types.py