> Im curious, is the MSSQL dialect rendering tables as
"schemaname.tablename" in all cases ?

No, I don't think so: the module uses non-overridden calls to
compiler.IdentifierPreparer.format_table() and format_column().

So then the only usage of the get_default_schema_name() is for table
existence checks, and to fetch schema metadata for table reflection? Then
I'll withdraw my concerns, that's no big deal.

--~--~---------~--~----~------------~-------~--~----~
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