see my comments on the ticket for further discussion.

Catherine Devlin wrote:
> Hey, SQLAlchemy folks... sorry to bug you during your sprint (wish I could
> be there - next year, I hope), but I've got a patch for you that I hope
> will
> be really quick and easy to review and apply.  I've attached it here, and
> also to the trac ticket:
>
> http://www.sqlalchemy.org/trac/ticket/1361
>
> We (the sqlpython development group - yes, we're a "we" now, w00t!) need
> it
> to finish switching our connection management over to sqlalchemy - we need
> to accept Oracle connection strings like "sys/syspas...@tns_alias AS
> SYSDBA", and without the patch I don't think create_engine can handle it.
> (AS SYSDBA requires ?mode=2 on the connection URL, but parameterized urls
> are only accepted by create_engine when the host and database names are
> explicit, not when a TNS alias is used.  I think that was oversight, not
> design.)
>
> Thanks very much, and happy sprinting!
> --
> - Catherine
> http://catherinedevlin.blogspot.com/
> *** PyCon * March 27-29, 2009 * Chicago * us.pycon.org ***
>
> >
>


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