@@ -1825,7 +1825,7 @@ public class SQLiteProvider : IProvider
private string GetFilterClauseNonGeneric(Type T, SQLiteCommand command, char prefix, IFilter? filter, List<Tuple<string, string, string, string>> tables,
Dictionary<string, string> fieldmap, List<string> columns, bool useparams)
{
- if (filter == null || filter.Property.IsNullOrWhiteSpace())
+ if (filter == null)
return "";
var result = "";