This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Lightspeed ORM inversed the boolean logic in our query, which results in incorrect query results. The following Linq query part is executed as the SQL query shown below.
This is the generated SQL query:
The String.IsNullOrEmpty = False part gets converted to ([Document].[Number] IS NULL OR [Document].[Number] = ''), withouth the False being regarded. |
|