PredicateFlow icon indicating copy to clipboard operation
PredicateFlow copied to clipboard

Write amazing, strong-typed and easy-to-read NSPredicate.

Results 3 PredicateFlow issues
Sort by recently updated
recently updated
newest added

When PredicateFlow generates PredicateFlow.generated.swift with PredicateFlow-Realm template it skips LinkingObject of Realm

private func findAll(date: Date, userId: String) -> Results { let startDate = date.startDay() let endDate = date.endDay() return fetchAll(userId: userId) .filter( PredicateBuilder(Schema.dateBegin.between(startDate, endDate)) .or(condition1) .or(condition2) .and(condition3)) .query() ) } private...

bug

Bumps [activesupport](https://github.com/rails/rails) from 6.1.5.1 to 6.1.7.3. Release notes Sourced from activesupport's releases. v6.1.7.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...

dependencies