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

How to prevent concurrency check while updating few fields #19706

Open
vipulbuoyancy opened this issue May 3, 2024 · 1 comment
Open

How to prevent concurrency check while updating few fields #19706

vipulbuoyancy opened this issue May 3, 2024 · 1 comment

Comments

@vipulbuoyancy
Copy link

I want to update the the few fields of the entity, but don't want to check the concurrency for this particular update, so other users won't get concurrency error.

Is there any way, so I can skip the concurrency check for few update?

Thank you.

@maliming
Copy link
Member

maliming commented May 6, 2024

hi

You can update your properties of entity by raw SQL.

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

No branches or pull requests

2 participants