Skip to content

Releases: adbc-drivers/mysql

ADBC Driver Foundry Driver for MySQL 0.3.1 (2026-03-10)

11 Mar 02:15
f39bf8a

Choose a tag to compare

New Features

  • enable bulk ingest into temp table (#74)

Bug Fixes

  • cap max ingestion batch size (#71)

Documentation Updates

  • update note with link to adbc-quickstarts (#69)

Detailed Changelog

  • f39bf8a: chore(go): bump Go version (#77)
  • ee76f4c: chore(go): bump github.com/apache/arrow-go/v18 from 18.5.1 to 18.5.2 in /go (#76)
  • ff6de2b: feat: enable bulk ingest into temp table (#74)
  • fe5fec9: test(go): update docs, re-enable validation suite (#75)
  • bf1abca: fix: cap max ingestion batch size (#71)
  • 1b2bb6a: chore(go): bump driverbase (#72)
  • e9ebd7d: docs: update note with link to adbc-quickstarts (#69)

ADBC Driver Foundry Driver for MySQL 0.3.0 (2026-02-18)

19 Feb 09:48
da9334f

Choose a tag to compare

New Features

  • enable bulk ingest test in go test (#68)
  • implement batched bulk ingest (#66)

Detailed Changelog

  • da9334f: feat(go): enable bulk ingest test in go test (#68)
  • 0745da6: chore(go): bump to go 1.26 (#67)
  • 5a05bdf: feat(go): implement batched bulk ingest (#66)
  • f472cd4: chore(go): bump github.com/apache/arrow-go/v18 from 18.5.0 to 18.5.1 in /go (#63)
  • 07fc2cb: chore(go): bump github.com/apache/arrow-adbc/go/adbc from 1.9.0 to 1.10.0 in /go (#60)
  • ee97450: test(go): update docs template (#59)

ADBC Driver Foundry Driver for MySQL 0.2.0 (2026-01-06)

06 Jan 04:48
d83a418

Choose a tag to compare

New Features

  • force UTC session timezone for all connections (#53)
  • implement error mapping (#52)
  • implement URI-style connection strings (#45)
  • URI format documentation (#42)
  • support large/view types (#40)
  • implement db factory and pass vendorName to typeconverter (#35)
  • use optimized sql to arrow conversion pattern (#32)
  • add bit type handling (#30)
  • use validation suite for mysql test.go (#29)
  • implement GetTableSchema (#24)
  • bulk_ingest column type mapping and override MySQL validation tests (#19)
  • return server version in GetInfo (#16)
  • support GetObjects, current catalog (#14)
  • add mysql driver using sql-wrapper (#2)

Bug Fixes

  • update sqlwrapper to avoid panic in debug mode (#21)
  • properly manage connection lifetime (#20)

Documentation Updates

  • update go readme to match latest structure (#46)

Detailed Changelog

  • d83a418: ci: regenerate workflows (#58)
  • 5a0f636: test(go): override new tests (#56)
  • 1f4e8d6: chore: update pytest.ini to latest state (#54)
  • c63a018: feat(go): force UTC session timezone for all connections (#53)
  • 694a874: feat(go): implement error mapping (#52)
  • 3dd9105: chore: bump go version (#50)
  • 735ebf8: docs(go): update go readme to match latest structure (#46)
  • 3e1e86d: refactor(go): use assert and require for mysql_test.go (#48)
  • f76403b: refactor(go): move files to ensure consistency with trino repo and delete duplicate .env.ci file (#49)
  • 704f9e6: feat: implement URI-style connection strings (#45)
  • 92b1d50: chore(go): bump github.com/apache/arrow-adbc/go/adbc from 1.8.0 to 1.9.0 in /go (#44)
  • 88db6d8: feat: URI format documentation (#42)
  • a2d24cf: chore: update conftest.py to use platform file extension (#43)
  • 675a6be: chore: bump workflows (#41)
  • 2e98ec0: feat(go): support large/view types (#40)
  • b3fec3e: chore: reorganize repo (#39)
  • fd6cc59: refactor: use quote identifier helper (#37)
  • d20286a: feat: implement db factory and pass vendorName to typeconverter (#35)
  • 6ff9864: chore: remove unused file, go mod tidy (#33)
  • 85e6ce5: feat: use optimized sql to arrow conversion pattern (#32)
  • 33dc48b: feat: add bit type handling (#30)
  • 16d4fc9: feat: use validation suite for mysql test.go (#29)
  • c9f840e: test: disable JSON tests (#25)
  • 45ebefb: feat: implement GetTableSchema (#24)
  • bfc4fb1: fix: update sqlwrapper to avoid panic in debug mode (#21)
  • 6bd9a56: fix: properly manage connection lifetime (#20)
  • 40111a8: feat: bulk_ingest column type mapping and override MySQL validation tests (#19)
  • d8b398a: feat: return server version in GetInfo (#16)
  • 75c4507: feat: support GetObjects, current catalog (#14)
  • 37fafa5: chore: update misc dependencies (#11)
  • 5674482: test: enable part of validation suite (#7)
  • fd5986f: build: add shared library (#4)
  • 6ceb906: feat: add mysql driver using sql-wrapper (#2)
  • 614a474: chore: set up CI (#1)
  • d4f8d1b: chore: initial setup for MySQL driver

ADBC Driver Foundry Driver for MySQL 0.1.0 (2025-09-17)

17 Sep 05:12
b95b446

Choose a tag to compare

New Features

  • use arrow json extension type for MySQL JSON (#26)
  • implement GetTableSchema (#24)
  • bulk_ingest column type mapping and override MySQL validation tests (#19)
  • implement bulk ingest (#17)
  • return server version in GetInfo (#16)
  • support GetObjects, current catalog (#14)
  • add mysql driver using sql-wrapper (#2)

Bug Fixes

  • add description to manifest (#27)
  • update sqlwrapper to avoid panic in debug mode (#21)
  • properly manage connection lifetime (#20)
  • test fixes for mysql specific quirks (#9)

Detailed Changelog

  • b95b446: chore: update workflows (#28)
  • f2fd31c: fix: add description to manifest (#27)
  • 7a42437: feat: use arrow json extension type for MySQL JSON (#26)
  • c9f840e: test: disable JSON tests (#25)
  • 45ebefb: feat: implement GetTableSchema (#24)
  • 0755ff3: chore: fix typos in release workflow (#23)
  • 471dffe: chore: add release workflow (#22)
  • bfc4fb1: fix: update sqlwrapper to avoid panic in debug mode (#21)
  • 6bd9a56: fix: properly manage connection lifetime (#20)
  • 40111a8: feat: bulk_ingest column type mapping and override MySQL validation tests (#19)
  • 5ddbbcb: feat: implement bulk ingest (#17)
  • 15919c1: chore: fix info codes (#18)
  • d8b398a: feat: return server version in GetInfo (#16)
  • bbf503f: chore: update workflows (#15)
  • 75c4507: feat: support GetObjects, current catalog (#14)
  • efe80e5: chore: update README (#13)
  • c39689b: test: fix type names and mappings (#12)
  • ff51b10: fix: test fixes for mysql specific quirks (#9)
  • 37fafa5: chore: update misc dependencies (#11)
  • dcd2b5f: chore: update build scripts and repo cruft (#10)
  • 5674482: test: enable part of validation suite (#7)
  • 63a153e: test: import validation suite (failing) (#6)
  • 31896b9: test: enable unit tests in CI (#5)
  • fd5986f: build: add shared library (#4)
  • 6ceb906: feat: add mysql driver using sql-wrapper (#2)
  • 614a474: chore: set up CI (#1)
  • d4f8d1b: chore: initial setup for MySQL driver