Skip to content

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 07 Mar 01:47
· 47 commits to main since this release
49ccb34

Changelog

  • 49ccb34 Merge pull request #25 from mickamy/fix/timestamp
  • a0f8e19 chore: use golang 1.26.1
  • f56daf3 ci: add pull_request trigger for fork PR validation
  • 147ca42 ci: do not run CI workflow on pull request
  • c2c23f7 ci: quote go-version to prevent YAML numeric parsing
  • 1ab151e docs: standalone sql-tap image
  • 99b7c20 fix: capture ParameterDescription to resolve timestamp OIDs for EXPLAIN
  • e6682d9 fix: drain pending describes on ReadyForQuery and avoid OID cross-contamination
  • e53db2f fix: release pendingDescribes backing array and document preparedStmts thread safety
  • 6e43e3d fix: use FIFO queue for Describe→ParameterDescription matching and avoid polluting unnamed OIDs
  • 709ef51 lint: make linter happy
  • 3a55269 lint: make linter happy
  • 631015d test: add unit tests for Describe→ParameterDescription→Bind OID flow