Wade Baglin
Wade Baglin
You should be able to `public Guid id { get; set; }` no?
Sorry about of action for a little bit due to sick child. I think this link may be help https://stackoverflow.com/questions/8612167/petapoco-and-output-parameters-from-stored-procedures Sent from my iPhone > On 2 Aug 2017, at...
Shouldn't this line PetaPoco.Sql sql = PetaPoco.Sql.Builder.Append("CALL usp_upreport_get(@0,@1)", poid, preport); Be PetaPoco.Sql sql = PetaPoco.Sql.Builder.Append("CALL usp_upreport_get(@poid,@preport)", poid, preport); ?
@diegodfsd currently you would need to extended PetaPoco and override any of the `OnExecutedCommand, OnExecutingCommand, OnException, OnConnectionOpened and OnConnectionClosing` methods to implement logging. Obviously, this is not a great solution...
Hi @dcrafti, thanks for the contribute. You're missing unit/integration tests to confirm the problem and the fix. Also, if I understand this correctly, you're reusing SqlParameters in the multiple calls...
No worries. When I get time I'll investigate and write a few integration tests the prove the bug
@asherber sure. I'll jot a few things down now, and promise to add better docs soon. **Required software** [Docker for windows ](https://store.docker.com/editions/community/docker-ce-desktop-windows) **Instructions to run integration tests** 1. Start the...
Let me know if you need more info
The methods Save and IsNew are somewhat dumb. PP is lightweight and complexities, such as this, can be hard to solve easily. Save and IsNew, I think from memory, will...
What version of PetaPoco are you using?