mtangoo / wxDatabase

wxWidgets library for connecting to major relational database
http://mtangoo.github.io/database/index.html
36 stars 16 forks source link

Renaming of header file, allowing to build with mysql enabled #24

Closed Faldon closed 2 years ago

Faldon commented 2 years ago

The header include/wx/database/wxprec.h wants to include wx/database/mysql/mysql_preparedstatement_resultset.h. Therefore, compiling with the header file named mysql_preparedStatement_resultset.h was not possible, when setting ENABLE_MYSQL to ON. Also, for consistency, the other preparedstatement files lacked the use of camelCase.

mtangoo commented 2 years ago

Hi @Faldon Thanks for the PR. Github somehow didn't send me email and so could not see this. I will review quickly and merge. Again thanks!