-
Notifications
You must be signed in to change notification settings - Fork 24
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
update uuid value to null through mapper #58
Comments
you can do this if your UUID field is not a part of primary key |
Thanks Eugene , but by deleting the field will i be able to update that value again, or the coloumn will be deleted permanentaly. |
delete operation just deletes value, not a column and you can re-assign value again. |
thanks Eugene, i have send you the issue also in one of my post in update . |
hi eugene is there information about fixing the update function of your mapper. |
Is there way out to update UUID value to null or blank in cassandra using mapper.
As in string we can do it by using ' ' .How to do it in case Of UUID
The text was updated successfully, but these errors were encountered: