On Dec 10, 2008, at 5:39 PM, Rick Morrison wrote:

>
>     Its really not a big deal to maintain if
> we just make a modular URLHandler class that given a sqlalchemy.URL
> and a DBAPI, returns a connection.   Anytime someone has some new
> goofy string they need, they can provide one of these, we add it to
> the MSSQL dialect, and we wont have to change it again, since it will
> be keyed to a name.
>
>
> OK, that sounds promising and like it has a chance to keep working  
> in 0.6 too. Is that a new idea, or does that already exist somewhere  
> in SA?

its just a new idea to solve the problem locally within ms-sql for  
now, its just a dictionary of callables or objects of some kind. 
   

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