mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
added transaction items and more modification methods for data service (delete msg/grps)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@5193 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
768cf49da6
commit
36103b29a1
5 changed files with 194 additions and 75 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "retrodb.h"
|
||||
|
||||
//#define RETRODB_DEBUG
|
||||
#define RETRODB_DEBUG
|
||||
|
||||
void free_blob(void* dat){
|
||||
|
||||
|
@ -523,7 +523,7 @@ bool RetroCursor::moveToFirst(){
|
|||
#endif
|
||||
|
||||
if(!isOpen())
|
||||
return -1;
|
||||
return false;
|
||||
|
||||
// reset statement
|
||||
int rc = sqlite3_reset(mStmt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue