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

add "SQLite." prefix in Table, Expression #10

Closed
wants to merge 1 commit into from
Closed

Conversation

georgeef
Copy link
Contributor

After update to Xcode 16.0, I cannot compile. Seems that Foundation also defines Expression and there is a name collision. I couldn't find a way to declare in Swift that Expression must be taken from SQLite.

This PR adds the prefix SQLite. in front of Table and Expression.

Note: I also tried to remove Foundation, or to import from it only the names that are needed, effectively making SQLite the only fully imported library. It works (with less changes in the code), but I think adding an SQLite. prefix is more robust and more clean.

@georgeef georgeef changed the title add SQLite. prefix in Table, Expression add "SQLite." prefix in Table, Expression Sep 21, 2024
@georgeef georgeef closed this Sep 21, 2024
@georgeef
Copy link
Contributor Author

MMEX.xcodeproj/project.pbxproj was added in the last commit. i'll send it again without MMEX.xcodeproj, so it does not interfere with your setup.

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.

1 participant