Commit Graph

  • 15aeb2a1a1 support for method calls on string, this would help database drivers like mongo or even other database that have a string collation that is case sensitive. master David Lebee 2021-04-27 12:51:29 -0400
  • e7a3b0692e
    Merge pull request #10 from PoweredSoft/feature/better-enumerable-support dlebee 2020-07-31 19:06:15 -0400
  • a0c59a613a ready for pull-request. David Lebee 2020-07-31 13:02:51 -0400
  • 7d9755ef58 group by should work, just ToList is not supported by ef core. David Lebee 2019-11-27 16:50:55 -0600
  • fc0510f614 added tests on ef. David Lebee 2019-11-27 16:37:17 -0600
  • cfa0faaf4f getting rid of console project. David Lebee 2019-11-27 16:15:08 -0600
  • 200631a526 pipelined ready. David Lebee 2019-11-27 16:10:35 -0600
  • a1b3a3bda5
    Merge pull request #8 from boris612/master dlebee 2019-11-27 16:07:11 -0600
  • 2502f6acf4 Enabled LessThan[OrEqual], GreaterThan[OrEqual] on strings using CompareTo method Boris Milašinović 2019-11-27 19:18:33 +0100
  • 12642af4de
    Update README.md dlebee 2019-11-12 17:43:20 -0600
  • bef5d4998c
    Merge pull request #7 from PoweredSoft/feature/ef63-and-efcore3-alpha dlebee 2019-11-12 17:39:42 -0600
  • 4c28b2c316 1.1.9 David Lebee 2019-11-12 17:38:20 -0600
  • 0a40d35f98 weird folder created by vstudio David Lebee 2019-11-11 18:41:54 -0600
  • ae3f02774d supported. David Lebee 2019-11-11 18:37:14 -0600
  • 2b6492b7de Merge tag '1.8.0' into develop David Lebee 2019-03-19 17:40:28 -0500
  • 3a5ebd94f3 Merge branch 'release/1.8.0' David Lebee 2019-03-19 17:40:28 -0500
  • ed719c7c4f 1.8.0 David Lebee 2019-03-19 17:39:58 -0500
  • d3c9ac8d53 Merge branch 'master' into develop David Lebee 2019-03-19 17:08:06 -0500
  • c45ff785bc all tests are passing, negate and not contains feature. David Lebee 2019-03-19 17:07:34 -0500
  • 84e111ee80 seems almost ready. David Lebee 2019-03-19 17:01:51 -0500
  • 5f9d5ca715 supporting negate. David Lebee 2019-03-19 17:01:09 -0500
  • 914371b540
    Merge pull request #5 from Jon-Galloway/master dlebee 2019-03-19 18:00:15 -0400
  • d97c540ad8 added NotContains Jon Galloway 2019-03-19 14:54:48 -0700
  • 4398c908c9
    Update README.md dlebee 2018-11-13 08:19:31 -0500
  • 47cdeb0efb
    Update README.md dlebee 2018-11-13 08:19:13 -0500
  • 243a56d5b6 Merge tag '1.1.7' into develop David Lebee 2018-10-26 16:17:44 -0500
  • e97fd56746 Merge branch 'release/1.1.7' David Lebee 2018-10-26 16:17:44 -0500
  • de89d82f7d ready for release. David Lebee 2018-10-26 16:17:15 -0500
  • a7937cd500 flattening support on wrap select. David Lebee 2018-10-26 16:13:42 -0500
  • aba20f04e2 reusable methods for diff kind of calls. David Lebee 2018-10-26 15:54:05 -0500
  • cbfd55cf02 Merge tag '1.1.6' into develop David Lebee 2018-10-25 21:13:26 -0500
  • 72ef1f1232 Merge branch 'release/1.1.6' David Lebee 2018-10-25 21:13:26 -0500
  • 4f214c4d98 1.1.6 David Lebee 2018-10-25 21:12:59 -0500
  • a05b73f407 Merge branch 'master' into develop David Lebee 2018-10-25 21:11:02 -0500
  • da85bfee88 Merge branch 'release/1.1.6' David Lebee 2018-10-25 21:11:02 -0500
  • fe9cb782f6 updated documentation, and made the old method obsolete using attribute, would force compilation to fail. David Lebee 2018-10-25 21:09:55 -0500
  • 7c0d0ef6c9 added old method for people that are upgrading, and will let them the time to migrate their solution. David Lebee 2018-10-25 21:03:29 -0500
  • 695d3085d1 added support for lots of new aggregate helpers. first breaking change but I think people will be okay with it :) David Lebee 2018-10-25 21:01:44 -0500
  • dcaf114a09 adding lots more select types support. David Lebee 2018-10-25 20:02:17 -0500
  • 7269071a3a support null checking on group :) David Lebee 2018-10-25 18:40:30 -0500
  • 832fc4d5ee 1.1.5 David Lebee 2018-10-23 16:14:28 -0500
  • 2cd1d27df0 new code unit test. moved entity framework test to in memory database. David Lebee 2018-10-23 16:12:39 -0500
  • 3ec2b6b394 just added license to project. David Lebee 2018-10-22 22:24:02 -0500
  • 49d9d92a4c Empty group to create easy totals David Lebee 2018-10-21 16:15:59 -0500
  • 019d34bf01 allows to specify the type instead. David Lebee 2018-10-19 16:22:37 -0500
  • e02752bfa7 other way caused a stack overflow David Lebee 2018-10-18 19:27:24 -0500
  • f1a932bbd1 count and long count David Lebee 2018-10-18 19:21:17 -0500
  • dfaca8beab 1.0.4 David Lebee 2018-10-17 19:40:50 -0500
  • 6ba4b79e77 Merge branch 'master' of https://github.com/PoweredSoft/DynamicLinq David Lebee 2018-10-17 19:40:09 -0500
  • 133728fd28 was missing non generic. David Lebee 2018-10-17 19:40:07 -0500
  • b781d3fe6c
    Merge pull request #3 from PoweredSoft/add-license-1 dlebee 2018-10-05 08:24:57 -0500
  • 13569d4b5b
    Create LICENSE dlebee 2018-10-05 08:24:33 -0500
  • b15f90cbd8 fixed issue with constant being ambuigious in .net core. David Lebee 2018-09-16 01:10:20 -0500
  • 80b616b914 cleanup. David Lebée 2018-04-17 22:22:01 -0500
  • 304a984262 seperated deps into a diff project. David Lebée 2018-04-17 21:51:27 -0500
  • 3f0aeaa441 Merge branch 'master' of https://github.com/PoweredSoft/DynamicLinq David Lebée 2018-04-17 21:43:56 -0500
  • 01e7652c06 moved conversion into a different project. David Lebée 2018-04-17 21:43:54 -0500
  • 244d8ef0b9
    Update README.md dlebee 2018-04-14 23:41:22 -0500
  • 118f7c30f8 new nugget version. David Lebée 2018-04-14 23:36:06 -0500
  • 62fa1a4d21 better handling of null and simple expression null checking. David Lebée 2018-04-14 23:26:42 -0500
  • 904d3c9945 need fixing new test. David Lebée 2018-04-13 18:20:12 -0500
  • 271fca885f works well :) David Lebée 2018-04-11 22:18:10 -0500
  • 20da18bbdf fixed that if the last is a select many it needs to check for null as well :) David Lebée 2018-04-11 22:04:54 -0500
  • e961c38c99 select many support for flattening. David Lebee 2018-04-11 21:39:54 -0500
  • 0e7aca052c omg finally. David Lebée 2018-04-10 20:08:27 -0500
  • 3075b565ae Think I im ready to test. David Lebée 2018-04-10 19:29:43 -0500
  • 8ae2b2313b One Step closer to get the null checking :D David Lebée 2018-04-10 19:08:31 -0500
  • 3ed2268761 First Handling of null check. David Lebée 2018-04-10 19:00:40 -0500
  • a8661af93b make sure its latest. David Lebee 2018-04-10 18:26:44 -0500
  • 65294edebc null type resolving. David Lebee 2018-04-05 19:40:33 -0500
  • 3b9494d510 cleaned up a bit. David Lebee 2018-04-05 19:32:57 -0500
  • 3ca718da52 better names David Lebee 2018-04-05 19:29:50 -0500
  • 5568d15075 better expression logic should be easier to implement null checks now ;) David Lebee 2018-04-05 19:28:07 -0500
  • 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). David Lebée 2018-04-05 17:54:28 -0500
  • 2bd292f18d advancing well to be continued. David Lebée 2018-04-04 22:18:11 -0500
  • 13576133b5 well advanced null checking on select expression big deal! :D David Lebée 2018-04-04 21:57:40 -0500
  • 1be2458591 advancing. David Lebee 2018-04-02 15:04:18 -0500
  • a917c954e4 starting to get somewhere. David Lebee 2018-04-02 15:01:35 -0500
  • f3893fc3d6 just realized that not all ternaries will have the same final result. David Lebee 2018-04-02 14:37:49 -0500
  • cffc978a6a I actually think now its better since we are only parsing for meta information and will seperate the creation of the select expression. David Lebee 2018-04-02 14:09:57 -0500
  • 4e6dda09b5 advancing well :) I think I might have it this time. David Lebee 2018-04-02 11:57:46 -0500
  • f0ed7d9bd5 added foreach with index linq. David Lebee 2018-04-02 11:47:30 -0500
  • 48db853236 one step closer. David Lebee 2018-03-27 19:37:19 -0500
  • 1a4bde89df i imagine now i should be able to create ternary conditions since im going from inner to outside (Condition expressions). David Lebee 2018-03-27 19:22:27 -0500
  • 2f4c406503 fiou something that works finally. :) David Lebee 2018-03-27 19:06:04 -0500
  • 3a24d6086e well advanced expression parser. David Lebée 2018-03-27 08:43:07 -0500
  • 14f1091eb8 well advancing but not done yet :) David Lebée 2018-03-26 21:30:36 -0500
  • dcd251f199 query part breaker. David Lebée 2018-03-26 20:42:49 -0500
  • b80e9e433c well advanced to start new way of null checking. David Lebée 2018-03-26 16:14:01 -0500
  • 10f15b802c selects need to be rethinked. i'll try to use some kind of path resolve helper which callbacks for each part and allows handling this could be a better idea also will be able to refactor where code to use it as well :) David Lebée 2018-03-23 19:29:55 -0500
  • 3fcb34522f this state is easier to go back to. David Lebée 2018-03-23 19:02:50 -0500
  • 406290df78 advancing but not there yet. David Lebee 2018-03-22 23:34:46 -0500
  • 9f7e8bfc4e fix broken code. David Lebée 2018-03-22 18:23:34 -0500
  • 190ac86bc4 Advancing well next we need to check null before calling toList() David Lebée 2018-03-22 18:16:57 -0500
  • be22a2a0dd better test :) for now. David Lebée 2018-03-21 22:27:03 -0500
  • 8f35c2a377 select works just need to add null checks. David Lebée 2018-03-21 22:15:45 -0500
  • 57fbee664e regular selectables. David Lebée 2018-03-21 20:00:46 -0500
  • 3f5433ba53 Merge branch 'master' of https://github.com/PoweredSoft/DynamicLinq David Lebée 2018-03-14 20:08:18 -0500
  • 9fe85fcb65 better unit test to test grouping. David Lebée 2018-03-14 20:08:17 -0500
  • b27736f192
    Update README.md dlebee 2018-03-14 19:53:58 -0500