For the purpose of integrating this project with my existing logging and debugging tools, I want to use my own method for connecting to the DB and executing queries.
I was able to accomplish this simply by editing "qa_db_single_select" (in /qa-include/qa-db.php), but of course accumulating such edits makes it hard to upgrade to the next version of Q2A when it becomes available.
Is there a recommended way to go about this?