modo-studio / SugarRecord

CoreData/Realm sweet wrapper written in Swift
MIT License
2.11k stars 223 forks source link

filteredWith IN and NOT IN added #305

Closed kolisko closed 8 years ago

kolisko commented 8 years ago

add filteredWith for arrays - IN and NOT IN

kolisko commented 8 years ago

sorry for second PR, I am still github PR newbie :)

302 is the original PR, I changed the func signature as you recommended. Unfortunately I don't know how to write tests for this purpose. I only tested it in my project and it works well.

pepicrft commented 8 years ago

@kolisko great! I'll write the unit tests for these two methods. Thanks for the improvements 😛