]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Changed pg8000 dialect to cope with native JSON
authorTony Locke <tlocke@tlocke.org.uk>
Sat, 3 Jan 2015 16:59:17 +0000 (16:59 +0000)
committerTony Locke <tlocke@tlocke.org.uk>
Sat, 3 Jan 2015 16:59:17 +0000 (16:59 +0000)
commit17e03a0ea86cd92816b4002a203b2b0b2c1a538a
tree8f008e511dc8bbba9675e6868b0ee79fc186b0dc
parentc93706fa3319663234e3ab886b65f055bf9ed5da
Changed pg8000 dialect to cope with native JSON

For versions > 1.10.1 pg8000 returns de-serialized JSON objects rather
than a string. SQL parameters are still strings though.
lib/sqlalchemy/dialects/postgresql/pg8000.py