Skip to content

Don't use sqlparse in HACR tests

Duncan Macleod requested to merge github/fork/duncanmmacleod/no-sqlparse into master

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.

Merge request reports