flake8
passed.
JSHint
passed.
Review Request #9581 — Created Feb. 3, 2018 and submitted
The test data for SQLite contained a
multi_db
series of SQL
statements. These were used a long while back to test evolutions when
multiple databases were involved. They're no longer needed, as the
appropriate tests are just run against the other series of SQL
statements. This change just removes them.
All unit tests pass.