Database not updating

Thank you for the response AmandaM. I figured out what happened (not surprisingly, you were correct). However, my issue was more fundamental than that. I am using GCP BigQuery as the back-end database and I was running into streaming buffer cache conflicts. I fixed my issue by creating a view of my data that pulls in a unique row and switched to an append(insert) in the actual table each time the user changes a value. This addressed my issue.