Commit Graph

23 Commits

Author SHA1 Message Date
Boris Milašinović
2502f6acf4 Enabled LessThan[OrEqual], GreaterThan[OrEqual] on strings using CompareTo method 2019-11-27 19:18:33 +01:00
Jon Galloway
d97c540ad8 added NotContains 2019-03-19 14:54:48 -07:00
David Lebee
695d3085d1 added support for lots of new aggregate helpers.
first breaking change but I think people will be okay with it :)
2018-10-25 21:01:44 -05:00
David Lebee
dcaf114a09 adding lots more select types support. 2018-10-25 20:02:17 -05:00
David Lebee
b15f90cbd8 fixed issue with constant being ambuigious in .net core. 2018-09-16 01:10:20 -05:00
David Lebée
271fca885f works well :) 2018-04-11 22:18:10 -05:00
David Lebée
327d141c8e advancing well on a parser concept that can be reused to refactor complicated paths in conditions as well later on (even though it works I think its worth changing later on). 2018-04-05 17:54:28 -05:00
David Lebée
14f1091eb8 well advancing but not done yet :) 2018-03-26 21:30:36 -05:00
David Lebée
b80e9e433c well advanced to start new way of null checking. 2018-03-26 16:14:01 -05:00
David Lebée
8f35c2a377 select works just need to add null checks. 2018-03-21 22:15:45 -05:00
David Lebée
57fbee664e regular selectables. 2018-03-21 20:00:46 -05:00
David Lebée
c4a398a8cb order by is refactored to not force generics anymore. 2018-03-14 18:50:43 -05:00
David Lebée
30d1d9072b prep the field for building the select statement next. 2018-03-12 22:26:41 -05:00
David Lebée
9dd5d59b85 supporting equality comparer :) 2018-03-12 18:00:02 -05:00
David Lebée
64d60b6942 simple grouping. 2018-03-08 21:59:18 -06:00
David Lebée
60dedaecf4 supporting in and not in. 2018-03-06 21:04:54 -06:00
David Lebée
cbd60bad8c StringComparison Support. 2018-03-06 19:43:49 -06:00
David Lebée
deff96e68c fix forgot to specify second param. 2018-03-06 18:34:28 -06:00
David Lebée
8396e24305 changed to .net standard. 2018-02-20 21:21:23 -06:00
David
e3660877ef collection handling.
and auto null checking if enabled.
2018-02-12 21:27:09 -06:00
David
6fa59c3035 Query builder now supports collections.
Lots of refactoring for this support.
2018-02-12 20:28:53 -06:00
David
b1db7a3604 added query convert strategy. 2018-02-12 03:30:55 -06:00
David
50fc50225d Add project files. 2018-02-11 19:55:29 -06:00