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

check if SQLITE_OPEN_NOFOLLOW is defined #394

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

UnixY2K
Copy link
Contributor

@UnixY2K UnixY2K commented Dec 14, 2022

description

under MacOS 11 BigSur(macos-latest) the macro SQLITE_OPEN_NOFOLLOW is not defined so it may cause compilation issues for those versions, you can check more about it on this repo which extracts it: https://github.com/ninjaoflight/macos-latest-checks

this seems to be an edge case as the sqlite version on that image is reported as 3036000 but does not adds it, I don´t know if this issue is related to only the MacOS GitHub Image, however this should also fix those edge corners where this modification is present.

this was noticed under the meson review, so this could be added on a separate parch under wrapdb, which has not been merged as this issue is present, however this should not been an issue for any future CI run as mac-os latest will be MacOS 12 Monterey

please let me know if there is anything else required

under MacOS 11 BigSur(macos-latest) the macro SQLITE_OPEN_NOFOLLOW
is not defined so it may cause compilation issues for those versions
@SRombauts
Copy link
Owner

Hey, thanks for this. I agree that it's strange, and I didn't want to rush it yesterday, but it cannot do any harm after all :)

@SRombauts SRombauts merged commit 6697560 into SRombauts:master Dec 15, 2022
@UnixY2K UnixY2K deleted the macos-11-fix branch December 17, 2022 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants