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
|
While trying to solve another issue (http://www.mindscapehq.com/forums/thread/4709), I stumbled across some weird behavior in LightSpeed which causes a
If I use an int[] array with Contains() inside a LINQ query against a LightSpeed UnitOfWork, the query is executed successfully. If I replace the int[] with a List<int>, then the same query throws the above mentioned exception upon execution. I created a small WinForms project, including a SQL script to create a database (called LightSpeedTest in a local SQLEXPRESS instance) with sample data to demonstrate the issue. The project lets you switch between int[] and List<int> via radio buttons to demonstrate the two behaviors. Please let me know if this is a known issue, and if and when this will be fixed. Cheers, Chris |
|
|
Thanks for drawing this to our attention. I have committed a fix which will be included in the next nightly build. |
|
|
Thanks, that was quick! |
|