]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
seriously, this is not 0.6 code !
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Dec 2009 23:47:13 +0000 (23:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Dec 2009 23:47:13 +0000 (23:47 +0000)
lib/sqlalchemy/dialects/access/base.py
lib/sqlalchemy/dialects/maxdb/base.py
lib/sqlalchemy/dialects/sybase/base.py

index f4e30f0bdbb87c060756717fbe4c17ce1ead5cad..d665dbda19f7f428828e2f5542edfe58dd0f4da0 100644 (file)
@@ -8,6 +8,8 @@
 """
 Support for the Microsoft Access database.
 
+This dialect is *not* ported to SQLAlchemy 0.6.
+
 This dialect is *not* tested on SQLAlchemy 0.6.
 
 
index 9487ed7ed8fc2db7d3f31c07b341b77bfcfc875b..891547ac3192bddc388eb71cf54016aa4017fa0a 100644 (file)
@@ -5,6 +5,8 @@
 
 """Support for the MaxDB database.
 
+This dialect is *not* ported to SQLAlchemy 0.6.
+
 This dialect is *not* tested on SQLAlchemy 0.6.
 
 Overview
index 527cecd0386202bb1f59c4651f217fdf87f1b146..63e1d01aa67795bdabd2ae66e433bc6fbb6f6e3a 100644 (file)
@@ -7,7 +7,9 @@
 
 """Support for the Sybase iAnywhere database.  
 
-This is not a full backend for Sybase ASE.
+This is not (yet) a full backend for Sybase ASE.
+
+This dialect is *not* ported to SQLAlchemy 0.6.
 
 This dialect is *not* tested on SQLAlchemy 0.6.