Hi,

>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)  
>
I see, guess we need to add a couple of MSSQL options there; the dbapi 
springs to mind.

At the moment MSSQL has three URI params that only affect the dialect; 
they are not passed down to the DBAPI. From what you've said, I guess we 
should look at moving these to being parameters to create_engine. 
Perhaps we can make both work in 0.3.9, with a deprecation warning if 
you use the URI. Then in 0.4 we can drop support for the URI. Let me 
know what you think of this - I'll proceed if you reckon it's a good idea.

Looks like you're having a busy week-end coding! All the best,

Paul

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