On Jul 7, 10:06 am, Paul Johnston <[EMAIL PROTECTED]> wrote:
>
> If that's the intention, I understand your concerns about nameclashes.
> Actually, if that is the case, MSSQL is doing things slightly wrong and
> using URI params where we shouldn't be. This would raise an issue for me
> though - how do you control create_engine parameters for the unit tests?

take a look at test/testbase.py.  for DBAPI query args, they can be in
the query string sent to --dburi.  for other create_engine() args, we
generally support them as explicit options accepted by testbase.py
(such as postgres --serverside cursors)


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