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

fix(c/driver/sqlite): Fix detection of extension loading in sqlite CMake #1878

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

paleolimbot
Copy link
Member

In #1499 I added a check for the ability to load extensions based on the presence of some text in sqlite3.h. I had interpreted the result of the check incorrectly (-1 meant "not found", whereas I'd thought that 0 meant "not found") such that the CMake tests still fail if you try to run them out of the box on MacOS. This PR enables a proper check of the output.

@github-actions github-actions bot added this to the ADBC Libraries 13 milestone May 21, 2024
Copy link
Member

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like every build is now reporting extensions as unsupported?

@paleolimbot paleolimbot marked this pull request as draft May 22, 2024 00:54
@paleolimbot
Copy link
Member Author

Oh no! 😬 (I'll re-look at this tomorrow)

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.

2 participants