public static function disableConditionLimit()
 {
     // For use in batch scripts and the like
     self::$condLimitEnabled = false;
 }