Home
last modified time | relevance | path

Searched refs:countChanges (Results 1 – 5 of 5) sorted by path

/plugin/blogtng/helper/
H A Dcomments.php404 $upd = $this->sqlitehelper->getDB()->countChanges($res);
426 $upd = $this->sqlitehelper->getDB()->countChanges($res);
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php609 $countChanges = 0;
611 $countChanges = $request
619 if ($countChanges !== 1) {
621 LogUtility::error("The database replication has not updated exactly 1 record but ($countChanges) record", \action_plugin_combo_indexer::CANONICAL);
H A DSqliteResult.php81 return $this->sqlitePlugin->countChanges($this->res);
/plugin/sqlite/_test/
H A DHelperTest.php262 $this->assertSame(0, $SqliteHelper->countChanges(false), 'Empty result');
263 $this->assertEquals(1, $SqliteHelper->countChanges($this->res), 'Insert result');
/plugin/sqlite/
H A Dhelper.php345 public function countChanges($res)
342 public function countChanges($res) global() function in helper_plugin_sqlite