missing functions for sqlite connection
This commit is contained in:
parent
50d263339e
commit
6d88b37a47
@ -45,4 +45,10 @@ class ConnectionSQLite extends ConnectionAbstr {
|
|||||||
public function exec($query){
|
public function exec($query){
|
||||||
return $this->connection->exec($query);
|
return $this->connection->exec($query);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function commit(){
|
||||||
|
throw new \Exception('Could not start Transaction: not implemented');}
|
||||||
|
|
||||||
|
public function trans(){
|
||||||
|
throw new \Exception('Could not start Transaction: not implemented');}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user