ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
333 stars 133 forks source link

Problems with new version 1.2.0 and ESP8266 and MariaDB 5.5 #144

Open Jose2001 opened 4 years ago

Jose2001 commented 4 years ago

Sorry for my English. Thank you very much for your library. I don't want to complain, just make a small contribution. I know that the library is not intended for MariaDB, but I have been using it for years and it worked very well. After updating to version 1.2 my news projects reboot the ESP8266 board on numerous occasions, approximately 60% of the time they access with a simple SELECT that returns a single row with only 5 columns. After many tests with many boards and many code variations I have observed that most of the failures happen when the code executes the line:
cur.get_columns(); I have returned to version 1.1.1 of the library and the code works 100% well. As usual. Thank you. Sorry I can't contribute more, I am a small fan.

ChuckBell commented 2 years ago

I am working on a new release. Stay tuned and check back in a couple of weeks. The new release may have a fix, but I cannot confirm. Others suggest it will fix the issue.