MySQL execute many not executing from list
I have some code that works to manage subscriptions of stock market tickers for a websocket. At the end of the websocket run I have a function to clear all subscriptions for a clean slate the next time it runs. I have been able to do this using a loop function but can not get an executemany to run the whole query without a loop. I have issues getting the executemany to work at all in the rest of my program so any help with that in general will help.