Releases: yshestakov/PyDO
Releases · yshestakov/PyDO
Python3: fixed tests and implementation (#3)
- Fixed
auto_increment
handling in MySQL driver - Fixed auto_commit in SQLite driver
- Fixes initAlias/delAlias issue with testing multiple drivers at once
- Fixed GH action to run unit-tests as PyDO likes
- bumped version to 2.0.5
Python3: ported fixes from the wheel
Python3: ported fixes from the wheel (#2) * bumped version to 2.0.4 Signed-off-by: Yurii Shestakov <[email protected]>
v2.0.3: Fixed syntax in tests/*.py (#1)
Fixed numerous Python3 compatibility issues
Ported to Python3
2.0.2 Fixed code to work on Python3