Merge branch 'mingw-dev-sqlite' into mingw-dev

Accept Changes from mingw-dev-sqlite
This commit is contained in:
Kirigaya Kazuto 2017-04-22 10:25:59 +08:00
commit 0c5186c11a

View File

@ -51,8 +51,7 @@ public:
int exec(const std::string& SQLCommand); int exec(const std::string& SQLCommand);
/// Reserved For Capability int exec_raw(const std::string& SQLCommand,SQLCallback callback,void* param);
int exec(const std::string& SQLCommand,SQLCallback callback,void* param);
const char* getErrorMsg(); const char* getErrorMsg();
void clearError(); void clearError();