Andrew Beaven

Results 32 comments of Andrew Beaven

+1 ``` var animals = Connection.Query(@" SELECT Animal.*, NULL as split, Owner.* FROM Animal LEFT JOIN Owner ON Animal.OwnerId = Owner.OwnerId", (a, o) => { a.Owner = o; return a;...

This is vital for anyone using limits while programmatically removing toasts. Thanks for the PR - hope to see it merged soon.