FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.19k stars 205 forks source link

Fix debug build failure with assertion in CRT #8121

Closed aafemt closed 2 weeks ago

aafemt commented 2 weeks ago

isspace behavior is undefined with char and signed char.

AlexPeshkoff commented 2 weeks ago

What about isql/iutils.cpp & dsql/Parser.cpp ? (I suggest not to have something half-done)

aafemt commented 2 weeks ago

They already have required cast so I didn't touch them because bigger PRs have smaller probability to be accepted.