[pywin32-checkins] pywin32 CHANGES.txt,1.52,1.53
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Vernon C. <kf...@us...> - 2010-05-03 08:41:43
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16339 Modified Files: CHANGES.txt Log Message: add adodbapi user-submitted patches, update change.txt Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** CHANGES.txt 15 Oct 2009 05:31:26 -0000 1.52 --- CHANGES.txt 3 May 2010 08:41:02 -0000 1.53 *************** *** 8,12 **** Since build 214: ---------------- ! * Fix problem causing ASP pages to fail when reloaded. --- 8,19 ---- Since build 214: ---------------- ! * Update adodbapi to version 2.3.0 -- this is includes major refactoring and ! specifically adds features for django support, including the ability for the ! programmer to change ado's SQL "paramstyle" at run time to select between ! 'qmark', 'format' and 'named' methods of passing SQL parameters. ! ** also, in response to user requests, adodbapi will now use client-side ! cursors by default. This will make rowcount and stored procedure return ! parameter values more readily available. ! * Fix problem causing ASP pages to fail when reloaded. |