Skip to content

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

Choose a tag to compare

@github-actions github-actions released this 17 Sep 05:12
· 52 commits to main since this release
b95b446

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