[SQLObject] Re: SQL Server and SQLObject... unit testing
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Joseph K. <jko...@ma...> - 2004-08-20 14:50:03
|
Ian Bicking wrote: > Joseph Kocherhans wrote: > > There's not that much going on. You just have to add a > mssqlConnection() function to the top, which should be easy, and then > run test.py -dmssql Thanks Ian. I'll give that a try. I was worried I'd have to install and test all of the other dbs as well, which I really don't want to do. I'm willing to do the testing for sql server though. >> Too many other things going on. Also, (since you're back Ian ;) is the >> addition of something like this someething you'd consider since mxODBC >> isn't free? > > Sure, it can go in. The only issue is that I can't test it. I can't > test Sybase either, nor MaxDB (MaxDB simply because it would be too hard > to install). Cool. I've had a few people ask me for this. I'll try to get some tests going and get some patches to you in the next week or two. Thanks, Joseph |