Adam Cooper
Adam Cooper
It'd be nice to improve CleanUp for version 3.1 we should consider this
This should be fixed in master, requires verification
Might be able to get this into 3.1, need to identify scope
You can workaround this pretty simply: ``` customerRepo.Update(customerList.Where(customer => customer.IsDirty()); ```
Yep still an error, just a low priority one. Your fix would break batch updates for SimpleRepo and the Linq templates though.
Can you confirm that this is still an issue with the latest version of the source Doogie004?
Hi eric If you go to http://github.com/subsonic/SubSonic-3.0 in the top right is a 'Download Source' button that will let you download the latest version of the source code. Thanks Adam
To be honest you probably know more about this issue right now than I do, this isn't an area of code I'm familiar with so right now I'm just trying...
Need more details on the exact issue here. Will close in one week if none are forthcoming.
Yep, I think WTF is a left inner join is my thought here too. I can't work out whether this is just legacy or exists for some random SQL dialect....