From 81c6063bf6b44b01f90f0f391e4ae3fa4e263607 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 29 Jan 2009 16:25:10 +0000 Subject: [PATCH] doc --- lib/sqlalchemy/engine/base.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.3