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

CODEC_TYPE_* defines #37

Closed
emkey08 opened this issue Jul 24, 2018 · 2 comments
Closed

CODEC_TYPE_* defines #37

emkey08 opened this issue Jul 24, 2018 · 2 comments
Assignees

Comments

@emkey08
Copy link
Contributor

emkey08 commented Jul 24, 2018

The CODEC_TYPE defines can't be (easily) included by external code because codec.h isn't a self-sufficient header file.

Since the CODEC_TYPE defines are intended to be used for the newValue parameter of wxsqlite3_config(), it would be nice to have sqlite3secure.h define them as part of the interface.

@utelle
Copy link
Owner

utelle commented Jul 24, 2018

I agree that it would be better to have these defines in sqlite3secure.h. I will change this soon.

@utelle utelle self-assigned this Jul 24, 2018
utelle added a commit that referenced this issue Jul 24, 2018
The cipher preprocessor symbols are now defined in header file sqlite3secure.h, addressing issue #37.
@utelle
Copy link
Owner

utelle commented Jul 24, 2018

Commit 6142b5c addresses this issue.

@utelle utelle closed this as completed Jul 24, 2018
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

No branches or pull requests

2 participants