]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Corrected dbengine.rst file to properly render nested lists. Thank you Diana Clarke...
authorMichael Trier <mtrier@gmail.com>
Mon, 22 Feb 2010 19:42:52 +0000 (19:42 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 22 Feb 2010 19:42:52 +0000 (19:42 +0000)
doc/build/dbengine.rst

index 9531fd86bc08ce16738ee483c846a8983bef4204..cc61b255af7e44f849d31147663b9edd82eac82c 100644 (file)
@@ -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 <http://www.initd.org/tracker/psycopg/wiki/PsycopgTwo>`_ * `pg8000 <http://pybrary.net/pg8000/>`_
  - PostgreSQL on Jython: `PostgreSQL JDBC Driver <http://jdbc.postgresql.org/>`_
  - SQLite:  `sqlite3 <http://www.python.org/doc/2.5.2/lib/module-sqlite3.html>`_ (included in Python 2.5 or greater) * `pysqlite <http://initd.org/tracker/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 <http://jtds.sourceforge.net/>`_
 
 * Experimental Dialects
+
  - MSAccess:  `pyodbc <http://pyodbc.sourceforge.net/>`_
  - Informix:  `informixdb <http://informixdb.sourceforge.net/>`_
  - Sybase:   TODO
  - MAXDB:    `sapdb <http://www.sapdb.org/sapdbapi.html>`_
 
 * Third Party Dialects
+
  - DB2/Informix IDS: `ibm-db <http://code.google.com/p/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 <http://www.sqlalchemy.org/trac/wiki/DatabaseNotes>`_