From: Michael Trier Date: Mon, 22 Feb 2010 19:42:52 +0000 (+0000) Subject: Corrected dbengine.rst file to properly render nested lists. Thank you Diana Clarke... X-Git-Tag: rel_0_6beta2~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fe2f0676500b69aa25ae94cf6f1308d74498688;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Corrected dbengine.rst file to properly render nested lists. Thank you Diana Clarke. Fixes #1700. --- diff --git a/doc/build/dbengine.rst b/doc/build/dbengine.rst index 9531fd86bc..cc61b255af 100644 --- a/doc/build/dbengine.rst +++ b/doc/build/dbengine.rst @@ -64,6 +64,7 @@ There are also third-party dialects available - currently IBM offers a DB2/Infor Downloads for each DBAPI at the time of this writing are as follows: * Supported Dialects + - PostgreSQL: `psycopg2 `_ * `pg8000 `_ - PostgreSQL on Jython: `PostgreSQL JDBC Driver `_ - SQLite: `sqlite3 `_ (included in Python 2.5 or greater) * `pysqlite `_ @@ -76,12 +77,14 @@ Downloads for each DBAPI at the time of this writing are as follows: - MS-SQL on Jython: `jTDS JDBC Driver `_ * Experimental Dialects + - MSAccess: `pyodbc `_ - Informix: `informixdb `_ - Sybase: TODO - MAXDB: `sapdb `_ * Third Party Dialects + - DB2/Informix IDS: `ibm-db `_ The SQLAlchemy Wiki contains a page of database notes, describing whatever quirks and behaviors have been observed. Its a good place to check for issues with specific databases. `Database Notes `_