Re: [opendbx] Sqlite answering rows all the time?
Brought to you by:
nose
From: Guillermo P. <gui...@gm...> - 2012-05-06 11:01:09
|
:3 Thanks!!! I'll test it asap :). Is it available on the binary distribution also? (if not I can build my own, just want to see how to distribute it for dbxtalk :) ). Thank you very much!! Guille On Sun, May 6, 2012 at 12:39 PM, Norbert Sendetzky <no...@li... > wrote: > 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 > lib...@li... > https://lists.sourceforge.net/lists/listinfo/libopendbx-devel > http://www.linuxnetworks.de/doc/index.php/OpenDBX > |