Sqlite_orm: Bug with toupper() function

Created on 17 Jul 2018  路  3Comments  路  Source: fnc12/sqlite_orm

screen shot 2561-07-17 at 16 53 25

On line 135 in sqlite_orm.h, toupper() is used but the correct toupper() isn't included as a header and therefore requires 2 arguments instead of the only 1 provided. This can be fixed by including #include <cctype>.

bug

Most helpful comment

It was fixed but wasn't released. Please use dev branch until new release is out

All 3 comments

It was fixed but wasn't released. Please use dev branch until new release is out

Good day, I also ran into this problem. Please do not wait so long and merge this trivial fix back to your release branch as soon as possible. Else, your released version cannot be used at all.

@heilkn please checkout dev branch where everything works fine. Release 1.3 will be published in a month

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yuanlida picture yuanlida  路  7Comments

nfarid picture nfarid  路  8Comments

leonyu1010 picture leonyu1010  路  9Comments

ahahahahalo picture ahahahahalo  路  11Comments

steven-pearson picture steven-pearson  路  4Comments