diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-26 18:02:46 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-26 18:43:19 -0500 |
commit | a826ff366bf979bcbb4f075d3c33540232b91873 (patch) | |
tree | 30529e6769a2994d096a5d45ac72e7851fb6a138 /doc/build/dialects/postgresql.rst | |
parent | 226bd8d7077c3557e5fc3b7ad512c4ad59b471d1 (diff) | |
download | sqlalchemy-a826ff366bf979bcbb4f075d3c33540232b91873.tar.gz |
- 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
Diffstat (limited to 'doc/build/dialects/postgresql.rst')
-rw-r--r-- | doc/build/dialects/postgresql.rst | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/build/dialects/postgresql.rst b/doc/build/dialects/postgresql.rst index 11bbe2cf9..e5d8d51bc 100644 --- a/doc/build/dialects/postgresql.rst +++ b/doc/build/dialects/postgresql.rst @@ -188,22 +188,24 @@ psycopg2 .. automodule:: sqlalchemy.dialects.postgresql.psycopg2 +pg8000 +-------------- + +.. automodule:: sqlalchemy.dialects.postgresql.pg8000 + +psycopg2cffi +-------------- + +.. automodule:: sqlalchemy.dialects.postgresql.psycopg2cffi + py-postgresql -------------------- .. automodule:: sqlalchemy.dialects.postgresql.pypostgresql -pg8000 --------------- - -.. automodule:: sqlalchemy.dialects.postgresql.pg8000 zxjdbc -------------- .. automodule:: sqlalchemy.dialects.postgresql.zxjdbc -psycopg2cffi --------------- - -.. automodule:: sqlalchemy.dialects.postgresql.psycopg2cffi |