SQL operations asserts and code quality #1701

Merged
PeterSurda merged 1 commits from sql_assert into v0.6 2021-01-02 17:02:03 +01:00

1 Commits

Author SHA1 Message Date
184664d758
SQL operations asserts and code quality
- complain if trying to execute SQL statements without a running
  `.threads.sqlThread`. This is to give better test feedback if used
  incorrectly
- refactor `.helper_sql.sql_ready` as a `threading.Event`
- code quality
2021-01-01 17:54:05 +01:00