MySQL Forums
Forum List  »  Connector/C++

Re: Microsoft C++ Exception std::out_of_range mysql-connector-c++-8.0.18-winx64
Posted by: egor s
Date: July 24, 2020 05:33AM

Hi Rafal,

I faced this problem too.
I have a lot of queries to database in my application.
It takes a lot of time to debug. And in Release it works slowly too.

I changed the source code of the cpp connector: changed "at" to "find". And everything works fine.
Please make these changes to the source code too.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.