mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-27 11:03:10 -04:00
e07097ddd2
- fix mypy and linter issues - expand BitString tests for int and bytes conversion - Only run BIT test types on postgresql dialect - Fix problems in `BitString.from_int` and `BitString.from_bytes` - Add `BitString.to_bytes` method to allow specifying the byte length of the returned instances - Fixed problems testing operators in BIT type tests