-
Hi Not sure where and how to post this suggestion for some methods in the repository pattern (ISubSonicRepository interface) I have the latest build and made a patch as a suggestion, but where to upload it? I needed a SaveAll on the collections like the ActiveRecord have and since i couldn't find...
-
Hello! I think I found a bug in the repository insert when not using autoincrement-pk. The query will never execute unless its autoincrement. My fix was just to move the ExecuteScalar-statement to make sure its run. I dont know if its the correct way though! Index: SubSonicRepository.cs ============...