Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented May 16, 2015

SQLite extension loading feature can be disabled by defining SQLITE_OMIT_LOAD_EXTENSION preprocessor macro. If anyone defines SQLITE_OMIT_LOAD_EXTENSION, then compilation of Database.cpp fails with undefined external symbol. Database::loadExtension function needs conditional compile-time check for successful compilation in such environment.

SRombauts added a commit that referenced this pull request May 17, 2015
Added conditional support for extension loading
@SRombauts SRombauts merged commit 594b9c2 into SRombauts:master May 17, 2015
@SRombauts
Copy link
Owner

Thank you.

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