terrajobst / nquery

NQuery is a relational query engine written in C#. It allows you to execute a SELECT query against .NET objects.
MIT License
72 stars 20 forks source link

v.Next Viewer crashes with InvalidCastException on enum column #36

Closed dallmair closed 7 years ago

dallmair commented 7 years ago

The sample expression 10.GetTypeCode() crashes the NQuery v.Next Viewer due to an InvalidCastException.

dallmair commented 7 years ago

Fixed in NQuery v.Next PR # 4.

dallmair commented 7 years ago

As issues are now enabled in the nquery-vnext project, I'm closing this issue to prevent further confusion.