]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- additional test adjustments for pypy / psycopg2cffi. This
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Jan 2015 23:02:46 +0000 (18:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Jan 2015 23:43:19 +0000 (18:43 -0500)
commita826ff366bf979bcbb4f075d3c33540232b91873
tree30529e6769a2994d096a5d45ac72e7851fb6a138
parent226bd8d7077c3557e5fc3b7ad512c4ad59b471d1
- additional test adjustments for pypy / psycopg2cffi.  This
consists mainly of adjusting fixtures to ensure connections are closed
explicitly.  psycopg2cffi also handles unicode bind parameter
names differently than psycopg2, and seems to possibly have a little less
control over floating point values at least in one test which is
marked as a "fail", though will see if it runs differently on linux
than osx..
- changelog for psycopg2cffi, fixes #3052
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
doc/build/dialects/postgresql.rst
lib/sqlalchemy/dialects/postgresql/psycopg2cffi.py
lib/sqlalchemy/testing/util.py
setup.cfg
test/dialect/postgresql/test_query.py
test/dialect/postgresql/test_types.py
test/engine/test_execute.py
test/requirements.py