docs: psqlodbc #207 and #208 fixed in 18.00.0003, verified on the release build - #101
Merged
Conversation
…ease tag build Dave Cramer released psqlodbc 18.00.0003 on 2026-09-10 with #209, #210 and #211. The tag was built from source in a clean Ubuntu 24.04 container and both programs re-run: #207 returns 22003 with the buffer and indicator untouched on SQLGetData and SQLBindCol against PostgreSQL 16.15; #208 keeps both rows on QuestDB when the statement is freed before the commit (stock 16.00 loses both), PostgreSQL 16.15 unchanged. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012QpuUDF9x53Bi3sGo9zXDT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
psqlodbc
REL-18_00_0003was released on 2026-09-10 and carries #209 (savepoint-free DEALLOCATE at rollback level 0), #210 (22003 on out-of-range integer conversion) and #211 (indicator untouched on that path).Verified on the tag built from source in a clean Ubuntu 24.04 container (libpq 16.15, unixODBC 2.3.12):
SQL_ERROR22003 with the data buffer and indicator untouched, onSQLGetDataandSQLBindCol; in-range rows unchanged.Both UPSTREAM rows now read "fixed in psqlodbc 18.00.0003". Docs only; the psqlodbc note is updated in the site source and goes out with the next gh-pages push.
🤖 Generated with Claude Code
https://claude.ai/code/session_012QpuUDF9x53Bi3sGo9zXDT