]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
sqlalchemy/dialects/postgresql/__init__.py:
authornathan <nathan.alexander.rice@gmail.com>
Mon, 9 Dec 2013 16:46:36 +0000 (11:46 -0500)
committernathan <nathan.alexander.rice@gmail.com>
Mon, 9 Dec 2013 16:46:36 +0000 (11:46 -0500)
commit64288c7d6ffc021e2388aa764e9a3b921506c7a0
treeadf83af6255bc1e0d1e86cd0d4c0ed4735a737ad
parent3a03c2e715544476ab2e53ab9b26d83800e437ed
sqlalchemy/dialects/postgresql/__init__.py:
- Added import references to JSON class

 sqlalchemy/dialects/postgresql/base.py:
 - Added visitor method for JSON class

 sqlalchemy/dialects/postgresql/pgjson (new):
 - JSON class, supports automatic serialization and deserialization of json data, as well as basic json operators.
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/pgjson.py [new file with mode: 0644]
test/dialect/postgresql/test_types.py