Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ODBC] SQLColAttribute fix #9316

Merged
merged 2 commits into from Oct 12, 2023
Merged

[ODBC] SQLColAttribute fix #9316

merged 2 commits into from Oct 12, 2023

Conversation

maiadegraaf
Copy link
Contributor

This PR alters SQLColAttribute to succeed when a query is prepared but not yet executed, or when hstmt->res == NULL. Should also prevent GetSchema() from erroring.

Related issues:
#9306
#4860

@Mytherin Mytherin merged commit 58a869e into duckdb:main Oct 12, 2023
21 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

@bucweat
Copy link
Contributor

bucweat commented Oct 13, 2023

Yes! This does fix #9306 for me locally. Now only one other fix required to fix GetSchema() which I should be able to submit with a clean PR...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants