8000 Releases · dolthub/driver · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: dolthub/driver

v0.2.0

11 Jul 17:47
b7878a7
Compare
Choose a tag to compare

This release improves support for multiStatements mode by allowing multiple result sets to be queried and to better match the MySQL driver's behavior.

NOTE: This is a backwards incompatible change for some use cases. Previously, in multiStatements mode, only the last result set would be exposed. Now, the first result set is exposed and callers can iterate through the available result sets using rows.NextResultSet().

What's Changed

  • Ensure implicit transactions are committed by @arvidfm in #24
  • Add missing type conversions by @arvidfm in #26
  • Added test workflow by @zachmu in #27
  • use MySQL parser instead of QuerySplitter by @jycor in #29
  • Feature: Add support for multiple result sets through the driver.RowsNextResultSet interface by @fulghum in #30

Full Changelog: v0.1.3...v0.2.0

0.1.3

07 Jun 17:08
5b95ffd
Compare
Choose a tag to compare

This release adds support for a clientfoundrows parameter in the DSN when connecting to the database.

0.1.2

04 Jun 17:15
6c495b0
Compare
Choose a tag to compare

This is a patch release to fix a bug with AutoMigrate via gorm

0.1.1

30 May 18:24
9459093
Compare
Choose a tag to compare

Patch release fixing an incorrect dependency version.

0.1.0

30 May 17:56
962ce9b
Compare
Choose a tag to compare

First official tagged release.

Driver is production quality, but since this package is used as a library it will not become 1.0 until the interface fully settles.

0