On Nov 13, 2012, at 5:18 AM, Petr Blahos wrote:
> I have been unlucky with mssql, where the first part - the table definition 
> and making queries worked, but not accessing data in RowProxy using the
> key. I guess there is a bug in dialects/mssql/base.py 
> in MSSQLCompiler.visit_column:
> 
>                  if result_map is not None:
>                      result_map[column.name.lower()] = \
> -                                    (column.name, (column, ),
> +                                    (column.name, (column, column.name, 
> column.key),
>                                                      column.type)
>  
>                  return super(MSSQLCompiler, self).\

thanks, this is http://www.sqlalchemy.org/trac/ticket/2607 in rcd9988751479 
r0fe9fa12d4db (0.7) , you can get the tar.gz from "Development Versions" in :

http://www.sqlalchemy.org/download.html



-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to