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