> > I think we should also add a flag to text() which allows this too,
> > along the lines of "returns_results=True".
>
> +1 on that, it would be useful as a fallback for those oddball situations.

Indeed, Microsoft SQL Server interprets myriad bespoke "SQL"
constructs which return results.  Perhaps the
MSSQLDialect.reflecttable() implementation should use the flag itself
rather than special-case the regexp for sp_columns.  Or it could just
use EXEC presuming it is added to the regexp.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to