From: Date: July 24 2007 6:57am Subject: Connector/ODBC 3.51 commit: r600 - branches/guffert List-Archive: http://lists.mysql.com/commits/31462 Message-Id: <200707240457.l6O4voiL013805@bk-internal.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modified: branches/guffert/ChangeLog Log: Add SQLCancel to Guffert TODO list Modified: branches/guffert/ChangeLog =================================================================== --- branches/guffert/ChangeLog 2007-07-23 20:03:48 UTC (rev 599) +++ branches/guffert/ChangeLog 2007-07-24 04:57:49 UTC (rev 600) @@ -21,6 +21,8 @@ * Implement SQLBrowseConnect(): http://msdn2.microsoft.com/en-us/library/ms714565.aspx http://msdn2.microsoft.com/en-us/library/ms712446.aspx + * Implement SQLCancel(): + http://msdn2.microsoft.com/en-us/library/ms714112.aspx ----