P0-A8: Part 813: Art, Improvements
I have been working on some improvements for the Database system, although these are not complete yet.
There is a bug in the current code that sometimes causes database errors when multiple queries are executed at the same time. This is intermittent, but at some point I will need to add some kind of message queue system to store up queries, and prevent multiple queries from running simultaneously.
The mySQL connector that I am using doesn’t support “multiple addressable, result sets”.



