]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
sqlalchemy/dialects/postgresql/pgjson:
authornathan <nathan.alexander.rice@gmail.com>
Tue, 10 Dec 2013 15:01:51 +0000 (10:01 -0500)
committernathan <nathan.alexander.rice@gmail.com>
Tue, 10 Dec 2013 15:01:51 +0000 (10:01 -0500)
commitf285b3536fe01f21409e201fbeeac559ab423a9d
tree88688e41ea285c7aaf91b8e71bd9f10c159d5807
parentba73d619ca2199d96e92646021af3eb95186725e
 sqlalchemy/dialects/postgresql/pgjson:
 - Fixed reference to HSTORE
 - Corrected spelling of SQLAlchemy

 sqlalchemy/dialects/postgresql/psycopg2:
 - Added psycopg2 specific wrapper type for JSON which uses inherent json deserialization facilities
 - Added code to detect and utilize the JSON wrapper if psycopg2 >= 2.5

test/dialect/postgresql/test_types:
- removed reference to use_native_hstore
lib/sqlalchemy/dialects/postgresql/pgjson.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
test/dialect/postgresql/test_types.py