]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Repaired some typing and test issues related to the pypy
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Jun 2015 21:34:02 +0000 (17:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Jun 2015 21:34:02 +0000 (17:34 -0400)
commit4e6ec9eef4e65c6efabae36b2307f2ad167977da
treef8b2c9f7ef4b4053a2f0ab6a4847d597d72838f6
parent4c90f355fd552e70009ffcdf3fdde9f3653e337e
- Repaired some typing and test issues related to the pypy
psycopg2cffi dialect, in particular that the current 2.7.0 version
does not have native support for the JSONB type.  The version detection
for psycopg2 features has been tuned into a specific sub-version
for psycopg2cffi.  Additionally, test coverage has been enabled
for the full series of psycopg2 features under psycopg2cffi.
fixes #3439
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/postgresql/psycopg2.py
lib/sqlalchemy/dialects/postgresql/psycopg2cffi.py
test/dialect/postgresql/test_dialect.py
test/dialect/postgresql/test_query.py
test/dialect/postgresql/test_reflection.py
test/dialect/postgresql/test_types.py
test/requirements.py