ZEXSM / OData.QueryBuilder

OData.QueryBuilder - library for creating complex OData queries (OData version 4.01) based on data models with linq syntax.
MIT License
77 stars 31 forks source link

Handling more types in Filter method #87

Closed mwolszleger closed 2 years ago

mwolszleger commented 2 years ago

Method ToQuery() in StringExtensions class doesn't handleIEnumerable<long> type (also double, float, DateTime). So it is impossible to create query "in (long/double/float/DateTime collection)"

ZEXSM commented 2 years ago

Hi recently closed a issue https://github.com/ZEXSM/OData.QueryBuilder/issues/82 but i will check again

ZEXSM commented 2 years ago

Latest version handles (long/double/float/DateTime collection) I close the issue