Add option to disable Mysql SSL server verification
This commit is contained in:
8
vendor/fguillot/picodb/lib/PicoDb/Table.php
vendored
8
vendor/fguillot/picodb/lib/PicoDb/Table.php
vendored
@@ -718,4 +718,12 @@ class Table
|
||||
call_user_func_array(array($this->conditionBuilder, $name), $arguments);
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Clone function ensures that cloned objects are really clones
|
||||
*/
|
||||
public function __clone()
|
||||
{
|
||||
$this->conditionBuilder = clone $this->conditionBuilder;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user