-
Notifications
You must be signed in to change notification settings - Fork 221
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
{177931817} sp: Use dbstmt only if sqlite3_stmt exits #4972
{177931817} sp: Use dbstmt only if sqlite3_stmt exits #4972
Conversation
akshatsikarwar
commented
Jan 21, 2025
•
edited
Loading
edited
- Revert to metatable technique for managing dbstmt lifetime
- Use dbstmt only if sqlite3_stmt is still present
- Set flag in Lua-Table to indicate it is a dbrow
4c48cea
to
df45274
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: 3/595 tests failed ⚠.
The first 10 failing tests are:
analyze_exit_immediately
sc_swapfields_logicalsc_generated
disttxn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Akshat Sikarwar <[email protected]>
Signed-off-by: Akshat Sikarwar <[email protected]>
df45274
to
eb79b95
Compare
/silent |
. Revert to metatable technique for managing dbstmt lifetime . Use dbstmt only if sqlite3_stmt is still present . Set flag in Lua-Table to indicate it is a dbrow Signed-off-by: Akshat Sikarwar <[email protected]>
eb79b95
to
b7c99d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: 1/595 tests failed ⚠.
The first 10 failing tests are:
sc_datacopy_logicalsc_generated