Skip to content
New issue

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

Bug: Behavior change from previous versions prior v1.12.0 #602

Closed
mikependon opened this issue Sep 29, 2020 · 2 comments
Closed

Bug: Behavior change from previous versions prior v1.12.0 #602

mikependon opened this issue Sep 29, 2020 · 2 comments
Assignees
Labels
bug Something isn't working deployed Feature or bug is deployed at the current release priority Top priority feature or things to do todo Things to be done in the future

Comments

@mikependon
Copy link
Owner

Reported by the user @eriego, some behavioral changes has happened from the previous version. See below.

In the previous version, this is working.

var model = new { Id = 1, ColumnToUpdate = "Value" };
connection.Update("NonKeyedTable", model);

In which the table named NonKeyedTable is a table that has no key from the database.

The issue also exists on the other methods like Delete and Merge.

@mikependon mikependon added bug Something isn't working todo Things to be done in the future priority Top priority feature or things to do labels Sep 29, 2020
@mikependon mikependon self-assigned this Sep 29, 2020
@mikependon mikependon pinned this issue Sep 29, 2020
@mikependon
Copy link
Owner Author

The fix is now deployed and is available at RepoDb v1.12.3.

@mikependon mikependon added the deployed Feature or bug is deployed at the current release label Sep 29, 2020
@mikependon
Copy link
Owner Author

mikependon commented Oct 1, 2020

This has been fixed and is now available at RepoDb v1.12.3. Closing this incident ticket now.

@mikependon mikependon unpinned this issue Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deployed Feature or bug is deployed at the current release priority Top priority feature or things to do todo Things to be done in the future
Projects
None yet
Development

No branches or pull requests

1 participant