]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
more doc stuff.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Jul 2009 22:01:33 +0000 (22:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Jul 2009 22:01:33 +0000 (22:01 +0000)
doc/build/reference/dialects/access.rst
doc/build/reference/dialects/index.rst
doc/build/reference/dialects/mssql.rst
doc/build/reference/dialects/oracle.rst
lib/sqlalchemy/dialects/access/base.py
lib/sqlalchemy/dialects/informix/base.py
lib/sqlalchemy/dialects/maxdb/base.py
lib/sqlalchemy/dialects/sybase/base.py

index a852ecd021e30d0411b65e71d32bd7ef1704bc66..52a2ee3710a47fc6783aacef20c2c433ca1d1213 100644 (file)
@@ -1,4 +1,4 @@
-Access
-======
+Microsoft Access
+================
 
 .. automodule:: sqlalchemy.dialects.access.base
index 38254d6d0ae6684b49f80bda1092f705e8637361..f9c4df5ce87b13e8af178a1795b394d27ead14fa 100644 (file)
@@ -3,17 +3,33 @@
 sqlalchemy.databases
 ====================
 
+Supported Databases
+-------------------
+
+These backends are fully operational with 
+current versions of SQLAlchemy.
+
 .. toctree::
     :glob:
 
-    access
     firebird
-    informix
-    maxdb
     mssql
     mysql
     oracle
     postgresql
     sqlite
+
+Unsupported Databases
+---------------------
+
+These backends are untested and may not be completely
+ported to current versions of SQLAlchemy.
+
+.. toctree::
+    :glob:
+
+    access
+    informix
+    maxdb
     sybase
 
index 07423ae062a272de20d6ef8a8436a55a2b6db2ee..68c0f0462c1a76d02a264b165b0d9f231e11dd9d 100644 (file)
@@ -1,5 +1,5 @@
-SQL Server
-==========
+Microsoft SQL Server
+====================
 
 .. automodule:: sqlalchemy.dialects.mssql.base
 
index 68be06b64c74df70cf0be69e85eb99f096c8d929..584dfbf8145ac060ba5267afe98ed5e8811badf0 100644 (file)
@@ -4,7 +4,7 @@ Oracle
 .. automodule:: sqlalchemy.dialects.oracle.base
 
 cx_Oracle Notes
-===============
+---------------
 
 .. automodule:: sqlalchemy.dialects.oracle.cx_oracle
 
index 818be007643a6d1e1bbef6f37779361c13866457..ed8297137a2ed3921f17baa74b0eddb940c0aeba 100644 (file)
@@ -6,7 +6,7 @@
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
 
 """
-Support for the Access database via pyodbc.
+Support for the Microsoft Access database.
 
 This dialect is *not* tested on SQLAlchemy 0.6.
 
index 75e8cb54af52652b4cd39f4a20a31b291901d588..b69748fcf1155fe5ea8357b8d67c9e229d98960c 100644 (file)
@@ -5,9 +5,9 @@
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
-"""Informix support.
+"""Support for the Informix database.
 
---- THIS DIALECT IS NOT TESTED ON 0.6 ---
+This dialect is *not* tested on SQLAlchemy 0.6.
 
 """
 
index b5201c5590a1e4520416485b0ac365f0f7a3879a..44e20ff15797264b257bd0bf432321e064677c23 100644 (file)
@@ -5,9 +5,7 @@
 
 """Support for the MaxDB database.
 
--- NOT TESTED ON 0.6 --
-
-TODO: More module docs!  MaxDB support is currently experimental.
+This dialect is *not* tested on SQLAlchemy 0.6.
 
 Overview
 --------
index 3c90ca0087777ac23d507aab163568e9a6453f8f..6f8c648e455e251b07044534127fd204ea126b7b 100644 (file)
@@ -5,9 +5,11 @@
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
 
-"""
-Sybase iAnywhere backend.  This is not a full backend for Sybase ASE.
+"""Support for the Sybase iAnywhere database.  
+
+This is not a full backend for Sybase ASE.
 
+This dialect is *not* tested on SQLAlchemy 0.6.
 
 
 Known issues / TODO: