>
> so you mean create_engine('mssql://?
> odbc_connect
> =
> DRIVER
> =
> {SQLServer
> };SERVER=server;DATABASE=database;UID=user;PWD=password') ?    I can't
> go with that, there has to be some way to plug in a URL handler.    if
> you really need to send that raw string straight through you can use
> the creator() function.


I imagined it as a Python keyword, not a URL parameter. That would force
DSN-less connections to be via Python functions, not in a URL. Less than
ideal, I know.



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

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