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 remaining SET time_zone statements in TestScripts
- Fixed SET @@time_zone='+00:00' expectation
- Fixed SET @@time_zone='+02:00' expectation
- Fixed SET @@time_zone='-08:00' expectation
- Fixed SET @@time_zone='+5:00' expectation
- Fixed SET @@time_zone='+0:00' expectation
All SET time_zone statements now expect types.NewOkResult(0) instead of empty rows.
This completes the fix for all remaining test failures from the SET statement changes.
All tests now pass.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments