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: update lint configurations and suppress unused import warnings in tests
- Added 'cfg(postgres_9_6)' to the lint configuration in Cargo.toml.
- Suppressed unused import warnings in various test files for better clarity and maintainability.
- Adjusted assertions in MySQL tests for boolean values to use assert! macro.
0 commit comments