You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Fixed execute-sql discarding direct and row-stream query errors and returning UNKNOWN_ERROR with details: "<nil>". SQL driver details are now preserved, MySQL/MariaDB errno and SQLSTATE metadata are exposed, and unknown-column errors map to COLUMN_NOT_FOUND.
Fixed MySQL/MariaDB missing-table diagnostics for schema-qualified names such as db.table, preserving the full table name in TABLE_NOT_FOUND responses.
Fixed MySQL/MariaDB unknown-database diagnostics so DATABASE_NOT_FOUND responses preserve the configured target database name for connection and database-switch failures.
Security
Updated the Go toolchain and CI/Docker build images from vulnerable patch releases to Go 1.26.4, resolving reachable standard-library findings reported by govulncheck.
Switched CI vulnerability scanning to the official golang/govulncheck-action v1.0.4 pinned by immutable commit SHA.
Configured SonarCloud analysis to use pinned Java 21 and skip scanner JRE auto-provisioning, avoiding intermittent HTTP 403 failures from Sonar's JRE endpoint.