You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address CodeRabbit review findings in query_executor_tests
- execute_sql: Guard against null parse result to avoid dereferencing
- Remove unused create_test_table helper function
- SelectNonExistentColumn: Assert actual behavior (success with empty result)
- DivisionByZero: Assert success and row_count to verify query execution
0 commit comments