[SQLObject] SQL Server and SQLObject... unit testing
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Joseph K. <jko...@ma...> - 2004-08-19 16:50:37
|
Anyone want to try to help me get some unit tests written for an mssql connection that uses mxODBC? I have the code written and it seems to work well, but I don't really understand how SQLObject's unit tests work, and I'm not going to take the time to figure them out anytime soon. 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? If not, have you considered methods for adding in support for different databases as external modules? I couldn't figure out how to get things working without modifying the following: sqlobject/converters.py sqlobject/__init__.py sqlobject/col.py setup.py Ideas and comments are welcome. I also have an mxodbcda adapter for zope3 in the works for use with sqlos. One step at a time though. Joseph Kocherhans |