Skip to content

Releases: yshestakov/PyDO

Python3: fixed tests and implementation (#3)

08 Oct 11:03
02b8d4a
Compare
Choose a tag to compare
  • 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

07 Oct 19:17
e9ffd20
Compare
Choose a tag to compare
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)

07 Oct 18:28
343b347
Compare
Choose a tag to compare

Fixed numerous Python3 compatibility issues

Ported to Python3

29 Jul 09:13
Compare
Choose a tag to compare
2.0.2

Fixed code to work on Python3