[7.03.0204]
authorHiroshi Inoue <inoue@tpf.co.jp>
Wed, 12 Nov 2003 10:15:21 +0000 (10:15 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Wed, 12 Nov 2003 10:15:21 +0000 (10:15 +0000)
commitf3b508c637d6e1d1108257efb08103b675ba9ace
tree2cfa2db2b5a1ea7304d45a8b4b83687f860d7490
parent6ec73fdb63d17f3efdd76a22bad04d7c7ccdbca6
[7.03.0204]
1) Clear statements' cursors on commit/rollback.
2) Change SQLColumns, SQLTablePrivileges to take show_system_tables
   option into account.
3) When an ODBC 2.x application working with an ODBC 3.x driver
   calls SQLExecDirect, SQLExecute, or SQLParamData, and a searched
   update or delete statement was executed but did not affect any
   rows at the data source, the ODBC 3.x driver should return
   SQL_SUCCESS. When an ODBC 3.x application working with an ODBC
   3.x driver calls SQLExecDirect, SQLExecute, or SQLParamData
   with the same result, the ODBC 3.x driver should return
   SQL_NO_DATA.
connection.c
execute.c
info.c
qresult.c
version.h