Diego Garcia
Diego Garcia
Hi, yes. You can override the Insert function on the given repository and inject there your statement (but only if you are using this package in conjunction with Dapper.DataRepositories). Lets...
Hi @stimpy77 thanks for using the tool. Sadly the current implementation of the "Select" functions is pretty basic and as you pointed out, it only supports equality comparisons. I have...
@rymoore99 this was fixed today on the version 1.0.0.2. Please update and try it.
Hi @netploy sorry for the late response. Maybe we can add some kind of "configuration" support in order to make optional the use of the "WITH (NOLOCK)" statement. What do...
I think that's something handled by the base Dapper library instead of my extension.
Hi @fduverger great idea, I'll be working on that this weekend
@fduverger the change is done on this commit https://github.com/Yoinbol/MicroOrm.Pocos.SqlGenerator/commit/ec4b402cb97ef986286e7ce63b5355990a441400 on the MicroOrm.Pocos.SqlGenerator project (https://github.com/Yoinbol/MicroOrm.Pocos.SqlGenerator). You can run this on the Packages Manager Console on your project: Update-package MicroOrm.Pocos.SqlGenerator The new...
@fduverger this was fixed on the 1.0.0.2 version which I committed today.