| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #include "common.h" 2 : 3 : /* Test commit/rollback with auto commit set to on (the default) */ 4 : 5 10 : TEST_MAIN() 6 : { 7 10 : odbc_connect(); 8 : 9 10 : CHKEndTran(SQL_HANDLE_DBC, odbc_conn, SQL_COMMIT, "S"); 10 10 : CHKEndTran(SQL_HANDLE_DBC, odbc_conn, SQL_ROLLBACK, "S"); 11 : 12 10 : odbc_disconnect(); 13 : 14 10 : printf("Done.\n"); 15 10 : return 0; 16 : } |
| Generated by: LCOV version 1.13 |