]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
doc
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Jan 2009 16:25:10 +0000 (16:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Jan 2009 16:25:10 +0000 (16:25 +0000)
lib/sqlalchemy/engine/base.py

index 5730563701e79b04b060cf924e757954cccd9c7d..9479f7d853d0d0eb3a3bf8fa9e081adf062eeb62 100644 (file)
@@ -118,7 +118,12 @@ class Dialect(object):
       types present in cursor.description; it only takes effect for
       result sets against textual statements where no explicit
       typemap was present.
-
+    
+    colspecs
+      A dictionary of TypeEngine classes from sqlalchemy.types mapped to subclasses
+      that are specific to the dialect class.   This dictionary is class-level only
+      and is not accessed from the dialect instance itself.
+      
     supports_default_values
       Indicates if the construct ``INSERT INTO tablename DEFAULT VALUES`` is supported