Skip to content

spline #1116 TypeError: Cannot read property 'curVal' of null#1117

Merged
wajda merged 1 commit into
developfrom
bugfix/spline-1116-curVal-of-null
Oct 20, 2022
Merged

spline #1116 TypeError: Cannot read property 'curVal' of null#1117
wajda merged 1 commit into
developfrom
bugfix/spline-1116-curVal-of-null

Conversation

@wajda
Copy link
Copy Markdown
Contributor

@wajda wajda commented Oct 19, 2022

fixes #1116

The Store.getDocByKey(colName, key, rtxInfo) function should, when no read transaction info provided (meaning the call is made outside of any read transaction and no transaction isolation level is required), return the found document unconditionally.

@wajda wajda marked this pull request as ready for review October 19, 2022 16:08
@wajda wajda requested a review from cerveada as a code owner October 19, 2022 16:08
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wajda wajda requested a review from dk1844 October 19, 2022 16:09
Copy link
Copy Markdown
Contributor

@dk1844 dk1844 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (just read the code)

@wajda wajda merged commit 69cdf83 into develop Oct 20, 2022
@wajda wajda deleted the bugfix/spline-1116-curVal-of-null branch October 20, 2022 09: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.

TypeError: Cannot read property 'curVal' of null

4 participants