This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
Call to OrderBy with an expression that is not a simple property selection results in invalid SQL. #9
Labels
bug
Something isn't working
See test case:
Invio.QueryProvider.MySql/test/Invio.QueryProvider.MySql.Test/MySqlQueryableTest.cs
Lines 103 to 106 in 03146ab
In this example the sorting expression is the product of two numeric fields. Currently this expression results in the SQL text:
The expected SQL text is:
The text was updated successfully, but these errors were encountered: