public function where(array $conditions) :self {
        // for each provided strict condition
        foreach($conditions as $column => $value) {
            // secure the column name
            list(