David Lebee
e02752bfa7
other way caused a stack overflow
2018-10-18 19:27:24 -05:00
David Lebee
f1a932bbd1
count and long count
2018-10-18 19:21:17 -05:00
David Lebee
dfaca8beab
1.0.4
2018-10-17 19:40:50 -05:00
David Lebee
133728fd28
was missing non generic.
2018-10-17 19:40:07 -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
304a984262
seperated deps into a diff project.
2018-04-17 21:51:27 -05:00
David Lebée
01e7652c06
moved conversion into a different project.
2018-04-17 21:43:54 -05:00
David Lebée
118f7c30f8
new nugget version.
2018-04-14 23:36:06 -05:00
David Lebée
62fa1a4d21
better handling of null and simple expression null checking.
2018-04-14 23:26:42 -05:00
David Lebée
271fca885f
works well :)
2018-04-11 22:18:10 -05:00
David Lebée
20da18bbdf
fixed that if the last is a select many it needs to check for null as well :)
2018-04-11 22:04:54 -05:00
David Lebee
e961c38c99
select many support for flattening.
2018-04-11 21:39:54 -05:00
David Lebée
0e7aca052c
omg finally.
2018-04-10 20:08:27 -05:00
David Lebée
3075b565ae
Think I im ready to test.
2018-04-10 19:29:43 -05:00
David Lebée
3ed2268761
First Handling of null check.
2018-04-10 19:00:40 -05:00
David Lebee
65294edebc
null type resolving.
2018-04-05 19:40:33 -05:00
David Lebee
5568d15075
better expression logic should be easier to implement null checks now ;)
2018-04-05 19:28:07 -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
13576133b5
well advanced null checking on select expression big deal! :D
2018-04-04 21:57:40 -05:00
David Lebee
cffc978a6a
I actually think now its better since we are only parsing for meta information and will seperate the creation of the select expression.
2018-04-02 14:09:57 -05:00
David Lebee
f0ed7d9bd5
added foreach with index linq.
2018-04-02 11:47:30 -05:00
David Lebee
48db853236
one step closer.
2018-03-27 19:37:19 -05:00
David Lebee
1a4bde89df
i imagine now i should be able to create ternary conditions since im going from inner to outside (Condition expressions).
2018-03-27 19:22:27 -05:00
David Lebee
2f4c406503
fiou something that works finally. :)
2018-03-27 19:06:04 -05:00
David Lebée
3a24d6086e
well advanced expression parser.
2018-03-27 08:43:07 -05:00
David Lebée
14f1091eb8
well advancing but not done yet :)
2018-03-26 21:30:36 -05:00
David Lebée
dcd251f199
query part breaker.
2018-03-26 20:42:49 -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
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 :)
2018-03-23 19:29:55 -05:00
David Lebée
3fcb34522f
this state is easier to go back to.
2018-03-23 19:02:50 -05:00
David Lebee
406290df78
advancing but not there yet.
2018-03-22 23:34:46 -05:00
David Lebée
9f7e8bfc4e
fix broken code.
2018-03-22 18:23:34 -05:00
David Lebée
190ac86bc4
Advancing well next we need to check null before calling toList()
2018-03-22 18:16:57 -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
9fe85fcb65
better unit test to test grouping.
2018-03-14 20:08:17 -05:00
David Lebée
ed88de7c02
1.1.0
2018-03-14 19:49:11 -05:00
David Lebée
7b93b03050
common builder interface makes sense probably for future.
2018-03-14 19:36:26 -05:00
David Lebée
9ab186b811
cleaner like this. everyone respects the builder concept with a build method.
2018-03-14 19:34:41 -05:00
David Lebée
18a3756f51
got rid of generic depedancy. :)
2018-03-14 19:25:47 -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
d6265c3b8d
refactoring with names that make more sense.
2018-03-14 18:26:30 -05:00
David Lebée
b5331a7837
refactoring.
2018-03-14 18:23:23 -05:00
David Lebée
cc6fc09d79
renamed.
2018-03-14 18:18:55 -05:00
David Lebée
f146c00ac4
renamed to better names.
2018-03-14 18:17:25 -05:00
David Lebée
71b207ef78
seperate sort builder from filter builder.
...
makes logic more seperated.
2018-03-14 18:12:22 -05:00
David Lebée
0540554877
so much effort ent into this another day the cleaning will be done and the support of regular selects.
2018-03-13 22:22:10 -05:00
David Lebée
ba702d3e81
Aggregates are advancing well.
2018-03-13 22:16:58 -05:00
David Lebée
e4ce956d8a
group and select works to an extent.
2018-03-13 21:01:21 -05:00
David Lebée
30d1d9072b
prep the field for building the select statement next.
2018-03-12 22:26:41 -05:00