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
PeterSurda commented 2021-01-01 17:25:02 +01:00 (Migrated from github.com)
  • 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
- 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
g1itch (Migrated from github.com) approved these changes 2021-01-02 11:26:19 +01:00
g1itch (Migrated from github.com) left a comment

Good: minus one state variable.

Good: minus one state variable.
This repo is archived. You cannot comment on pull requests.
No description provided.