The author of the pymssql (module for connecting to MsSQL) has released a new version of the module. I don't currently have time to test it. If anyone is interested in testing it with Dabo it would be a major help (on any platform).
John Fabiani ---------- Forwarded Message ---------- Subject: pymssql 1.0.0 released Date: Thursday 29 January 2009 From: Andrzej Kukula <[email protected]> To: I'm sending this message to you, because you have been interested in pymssql in the past. If it's no longer the case, please disregard this e-mail. If you find this e-mail disrupting, please let me know and I'll remove your address from my pymssql mailing group. Thanks for your patience and for your interest in pymssql. Finally I managed to release pymssql 1.0.0. It changed in every aspect, and I hope you will find these changes useful. Here are main highlights: - this release is Python 2.4, 2.5 and 2.6 compatible, - almost rewritten from scratch, - no longer fetches big rowsets into memory, instead it lets you iterate over results and it gets data row by row from SQL Server, - it is possible to index row data by either column index or column name, - trusted connections are implemented, - reworked, more intuitive exceptions, - more DB-API extensions implemented, - many problems has been eliminated, others (limitations) are better documented, - new web site, with detailed docs, more examples and notes. You can find detailed info on pymssql at: http://pymssql.sourceforge.net/ The pymssql SourceForge project page: http://sourceforge.net/projects/pymssql I am looking forward to hear from you if you have any feedback. Kind regards, Andrzej Kukula ------------------------------------------------------- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
