Skip to content

v0.9.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@geertjanvdk geertjanvdk released this 09 Aug 15:49
· 33 commits to main since this release
5d28f34

Fixed

driver

  • pxmysql.QueryContext() will now correctly return empty Rows-object when
    result has no rows, instead of returning sql.ErrNoRows
  • (!) Go sql driver is now named pxmysql so it aligns with the package name.
    We do not keep backward compatibility.

Added

driver

  • We support the driver name "mysql" as some projects need to use this name. When
    this is needed, load anonymous sub-package github.com/golistic/pxmysql/mysql

build

  • Upgrade ProtoBuf MySQL code to MySQL 8.0.34 (but no changes)