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
refactor: improve test assertions and streamline SQLx workflow
- Removed unnecessary test thread specification in the SQLx CI workflow.
- Updated test assertions in various modules to use `assert!` for boolean checks instead of `assert_eq!`.
- Enhanced ODBC row conversion to `AnyRow` by moving the implementation outside the tests for better organization.
- Corrected integer literals in tests to remove leading zeros for clarity.
0 commit comments