From: Mike Bayer Date: Thu, 29 Jan 2009 16:25:10 +0000 (+0000) Subject: doc X-Git-Tag: rel_0_6_6~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81c6063bf6b44b01f90f0f391e4ae3fa4e263607;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git doc --- diff --git a/lib/sqlalchemy/engine/base.py b/lib/sqlalchemy/engine/base.py index 5730563701..9479f7d853 100644 --- a/lib/sqlalchemy/engine/base.py +++ b/lib/sqlalchemy/engine/base.py @@ -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