platform/shared/db/DBAdapter.h in rhodes-2.2.3 vs platform/shared/db/DBAdapter.h in rhodes-2.2.4.beta.1

- old
+ new

@@ -269,9 +269,10 @@ boolean checkDbErrorEx(int rc, rho::db::CDBResult& res); sqlite3_stmt* createInsertStatement(rho::db::CDBResult& res, const String& tableName, CDBAdapter& db, String& strInsert); boolean migrateDB(const CDBVersion& dbVer, const String& strRhoDBVer, const String& strAppDBVer); void copyTable(String tableName, CDBAdapter& dbFrom, CDBAdapter& dbTo); + void copyChangedValues(CDBAdapter& db); }; } }