square / sqlbrite

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
https://square.github.io/sqlbrite/3.x/sqlbrite/
Apache License 2.0
4.57k stars 416 forks source link

Indent execute() SQL statements in logs. #230

Closed JakeWharton closed 6 years ago

JakeWharton commented 6 years ago

Add tests for indents in all 4 arbitrary SQL string methods.

Remove timing of these queries. It's unlikely to reflect any real measure of performance due to internal program caching and lazy windowing of results.