utelle / wxsqlite3

wxSQLite3 - SQLite3 database wrapper for wxWidgets (including SQLite3 encryption extension)
http://utelle.github.io/wxsqlite3
Other
598 stars 181 forks source link

CODEC_TYPE_* defines #37

Closed emkey08 closed 6 years ago

emkey08 commented 6 years ago

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 commented 6 years ago

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

utelle commented 6 years ago

Commit 6142b5c0687284c064c29f102a3a39d5d5d84a78 addresses this issue.