All Questions
1 question
3
votes
1
answer
5k
views
MySQL queries with try-except error handling
I have this function that I have written, that gets passed a row of data from a mysql function. The function then uses a try-except block to get some a list of values depending on a value within the ...