Don't use sqlparse in HACR tests
This PR removes the use of sqlparse in the HACR I/O tests, replacing it with trivial string parsing logic. sqlparse is overkill for what we need to do.
This PR removes the use of sqlparse in the HACR I/O tests, replacing it with trivial string parsing logic. sqlparse is overkill for what we need to do.