mirror of
https://github.com/processwire/processwire.git
synced 2025-08-28 17:10:04 +02:00
Some updates to base DatabaseQuery class to improve bound value support among other things
This commit is contained in:
@@ -51,6 +51,7 @@ class DatabaseQuerySelect extends DatabaseQuery {
|
||||
*
|
||||
*/
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
$this->set('select', array());
|
||||
$this->set('join', array());
|
||||
$this->set('from', array());
|
||||
|
Reference in New Issue
Block a user