]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- make the json serializer and deserializer per-dialect, so that we are
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Dec 2013 22:46:09 +0000 (17:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Dec 2013 22:46:09 +0000 (17:46 -0500)
commitfec03c88d659bf9a0b102dd328afac1ba3dc7f23
tree86dc3507dcaa89ed0fe76f7c7774f20c91e65ab3
parent653fcb892bd4680c97491cad70b86987db270208
- make the json serializer and deserializer per-dialect, so that we are
compatible with psycopg2's per-connection/cursor approach.  add round trip tests for
both native and non-native.
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/json.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
test/dialect/postgresql/test_types.py