Improves command detection (read vs write) when there are varied types of whitespace in the SQL string. Notably, this works better when there is a newline after the SELECT, such as in the following:
py """ SELECT name FROM persons """
1.0.8
Improve detection of SQL commands when there is leading whitespace
1.0.7
Improves consistency when logging responses
1.0.6
Fixes another bug related to printing write responses
1.0.5
Fixes a printing bug when printing the responses to writes
1.0.4
Resolves not correctly providing error messages in some cases of bad SQL code due to an internal error processing the rqlite error