From: <kr_...@us...> - 2006-01-09 14:49:32
|
Update of /cvsroot/htoolkit/HSQL/SQLite/Database/HSQL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14159/SQLite/Database/HSQL Modified Files: SQLite2.hsc Log Message: Change the type of stmtExecute. This time in order to make it compatible with Oracle. Index: SQLite2.hsc =================================================================== RCS file: /cvsroot/htoolkit/HSQL/SQLite/Database/HSQL/SQLite2.hsc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SQLite2.hsc 6 Jan 2006 09:38:51 -0000 1.5 --- SQLite2.hsc 9 Jan 2006 14:49:23 -0000 1.6 *************** *** 118,122 **** , stmtClose = sqlite_free_table pResult , stmtExecute= throwDyn SqlUnsupportedOperation - , stmtSetParam=throwDyn SqlUnsupportedOperation , stmtFetch = fetch refIndex rows , stmtGetCol = getColValue pResult refIndex columns rows --- 118,121 ---- |