We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I reported this issue on the AsyncPoco project tmenier#47 AsyncPoco was forked from this project so I suspect that PetaPoco may have the same issue.
The text was updated successfully, but these errors were encountered:
I ran your test project against current PetaPoco (from development branch), and everything worked fine for me.
Output of first db.LastCommand:
db.LastCommand
UPDATE [FeedStatus] SET [LastExecuted] = @0, [InProgressRequest] = @1 WHERE [FeedName] = @2 -> @0 [DateTime] = "10/31/2018 9:10:40 AM" -> @1 [String] = "Test" -> @2 [String] = "DeleteMe"
Output of second db.LastCommand:
UPDATE [FeedStatus] SET [InProgressRequest] = @0 WHERE [FeedName] = @1 -> @0 [String] = "Test" -> @1 [String] = "DeleteMe"
Closing this ticket, since the issue cannot be reproduced, but thank you for reporting.
Sorry, something went wrong.
No branches or pull requests
I reported this issue on the AsyncPoco project tmenier#47
AsyncPoco was forked from this project so I suspect that PetaPoco may have the same issue.
The text was updated successfully, but these errors were encountered: