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:
chrisparker126 2012-06-03 18:09:38 +00:00
parent 768cf49da6
commit 36103b29a1
5 changed files with 194 additions and 75 deletions

View file

@ -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);