There's a Dialect refactor underway for 0.5.0 that will likely change the
way that options are fed to db engines:


http://groups.google.com/group/sqlalchemy/browse_thread/thread/36fd2e935b165d70

Part of that work will probably have some influence on the dburi and
create_engine(**kwargs) option specification, as both ODBC and JDBC have a
lot of options that can be specified.

So the "odbc_options=" keyword is likely to be short-lived anyway.

For now, I've applied your patch verbatim, since you're the only one using
it. r4621

-rick

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