Bug #96398 | sql::ResultSet -> findColumn() is not case sensitive | ||
---|---|---|---|
Submitted: | 1 Aug 2019 12:38 | Modified: | 24 Nov 2020 17:40 |
Reporter: | Csaba Bordas | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / C++ | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | x86 |
[1 Aug 2019 12:38]
Csaba Bordas
[1 Aug 2019 13:53]
MySQL Verification Team
Hello Mr. Bordas, Thank you for your bug report. I have tested the method in question and it is true that it is case insensitive. Verified as reported.
[24 Nov 2020 17:40]
Paul DuBois
Posted by developer: Fixed in 8.0.23. All calls that allow a column name, such as findColumn(), getString(), and getInt(), are now case-sensitive.
[30 Nov 2020 13:09]
MySQL Verification Team
Thank you, Paul ......