terrajobst / nquery-vnext

A Roslyn inspired rewrite of NQuery
MIT License
72 stars 16 forks source link

Add simplification of right outer joins. Fixes #8. #9

Closed dallmair closed 7 years ago

terrajobst commented 7 years ago

Looks good. Seems like we should add a test for that though. Right now I've no optimization tests; in fact the term optimization is not ideal. The proper term is lowering. I'll merge this for now and book this under "there is still some test debt that I need to pay"