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
Update stored procedure tests to expect OkResult for SET statements
- Fixed TestStoredProcedures failures caused by SET statement behavior change
- Updated procedure_queries.go test expectations from empty rows {} to types.NewOkResult(0)
- SET statements in stored procedures now correctly return OkResult instead of empty rows
- All stored procedure tests now pass with the new SET statement behavior
This follows the fix for issue #13169 where SET statements were changed to return
OkResult instead of empty rows to match MySQL behavior.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments