Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 816 → Rev 817

/trunk/plugins/viathinksoft/database/sqlite3/OIDplusDatabaseConnectionSQLite3.class.php
24,10 → 24,6
private $prepare_cache = array();
private $last_error = null; // do the same like MySQL+PDO, just to be equal in the behavior
 
public static function getPlugin(): OIDplusDatabasePlugin {
return new OIDplusDatabasePluginSQLite3();
}
 
public function doQuery(string $sql, /*?array*/ $prepared_args=null): OIDplusQueryResult {
$this->last_error = null;
if (is_null($prepared_args)) {