/**
  * @deprecated since version 4.0
  */
 public function __construct($select = "*", $from = array(), $where = array(), $orderby = array(), $groupby = array(), $having = array(), $limit = array())
 {
     parent::__construct($select, $from, $where, $orderby, $groupby, $having, $limit);
     Deprecation::notice('4.0', 'Use SQLSelect instead');
 }