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

fix: add more checks around cached rows #881

Merged
merged 3 commits into from
Oct 25, 2023
Merged

Conversation

ghiscoding
Copy link
Collaborator

  • there were many assumptions that certain objects/fields were defined and calls on them were being made but it could happen in certain rare case that these row cache fields are actually undefined and that threw errors on our end, so this PR adds more checks before using any of these row cache objects/arrays

ghiscoding-SE and others added 3 commits October 24, 2023 18:58
- there were many assumptions that certain objects/fields were defined and calls on them were being made but it could happen in certain rare case that these row cache fields are actually undefined and that threw errors on our end, so this PR adds more checks before using any of these row cache objects/arrays
@ghiscoding ghiscoding merged commit fb2fa28 into master Oct 25, 2023
2 checks passed
@ghiscoding ghiscoding deleted the bugfix/row-caches-exists branch October 25, 2023 00:38
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.

2 participants