Hi, I've just started using SQL object and it has been great for me. So, thank-you!
Now, I noticed a minor bug in mssqlconnection.py. You can only create one connection in each Python instance. Ones created after the first will be missing the dbconnection attribute. Looking at the code, this is due to it's use of the sqlmodule global variable. If necessary, I can have a go at creating a patch for this. Cheers, Paul ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
