Commit Graph

2 Commits

Author SHA1 Message Date
Robbie Hanson
03a02e87d4 Bug fix for YapDatabaseQuery: didn't properly handle empty arrays or multiple arrays in parameter list.
Now also supports NSNull in parameter list.
2015-06-27 16:22:01 -07:00
George Cox
5701e64c60 Adds support for NSArray parameters to YapDatabaseQuery
Example:
[YapDatabaseQuery queryWithFormat:@"WHERE col IN (?)", anArray];

- Adds unit tests for YapDatabaseQuery
- Adds new unit test for YapDatabaseSecondaryIndex since it makes use of YapDatabaseQuery

Addresses issue #119
2014-10-06 23:28:49 -04:00