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

Avoid on duplicate key update call in setUserData #1426

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

cd-rite
Copy link
Collaborator

@cd-rite cd-rite commented Nov 7, 2024

check userObject for userId to determine if we should update user record or create a new one
Resolves: #1413

Copy link

@cd-rite cd-rite merged commit e18176d into main Nov 12, 2024
10 checks passed
@cd-rite cd-rite deleted the 2024-11-07-avoid-incrementing-userid branch November 21, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alter setUserData processing in UserService to avoid ON DUPLICATE KEY UPDATE
2 participants