Hi all

> static int sqlite3_odbx_row_fetch( odbx_result_t* result )
> {
>          case SQLITE_MISUSE:   // Return DONE if function called more often
> afterwards
>   >>            sqlite3_finalize( (sqlite3_stmt*) result->generic );
>   >>            result->generic = NULL;
>              return ODBX_ROW_DONE;
>      }

There was a change in the SQLite library starting after version 3.6.23.1 
(http://sqlite.org/c3ref/step.html) describing this issue. I've added 
the two suggested lines in sqlite3_odbx_row_fetch() (available since SVN 
rev. 360).


Norbert

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX

Reply via email to