Project:
View Revisions: Issue #30962 | [ Back to Issue ] | ||
Summary | 0030962: In syncModel, the 'update' command and support code, must be moved to OB.Dal | ||
Revision | 2015-11-23 15:40 by Orekaria | ||
Steps To Reproduce | Open the 'ob-terminal-model.js' file Verify that, in the 'syncModel' method, removeSyncedElemsCallback function, a raw update is performed in the local database: var sql = "UPDATE " + tableName + " SET isbeingprocessed = ? WHERE " + tableName + "_id = ?"; ... |
||
Revision | 2015-09-29 14:53 by Orekaria | ||
Steps To Reproduce | Open the 'ob-terminal-model.js' file Verify that, in the 'syncModel' method, a raw update is performed in the local database |
||
Revision | 2015-09-29 14:52 by Orekaria | ||
Steps To Reproduce | In syncModel, the 'update' command and support code, must be moved to OB.Dal |
Copyright © 2000 - 2009 MantisBT Group |