We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the POCO_ENABLE_SQLITE_FTS5 to
poco/Data/SQLite/Makefile
Line 17 in c9dc1f9
ifdef POCO_ENABLE_SQLITE_FTS5 SYSFLAGS += -DSQLITE_ENABLE_FTS5 endif
The text was updated successfully, but these errors were encountered:
add missing parameter for enabling FTS5 #4832
ec4315c
fix(Makefile): add missing parameter for enabling FTS5 #4832 (#4834)
4ca735d
d12d123
vrabac6
Successfully merging a pull request may close this issue.
Add the POCO_ENABLE_SQLITE_FTS5 to
poco/Data/SQLite/Makefile
Line 17 in c9dc1f9
The text was updated successfully, but these errors were encountered: