Skip to content

1.4.0: Improve queries

Compare
Choose a tag to compare
@juffalow juffalow released this 28 Oct 16:22
· 125 commits to master since this release
If the user requested authors with their quotes, it did one query
to get the authors and then one query per each author to get his
quotes. Now it loads everything in the first query, then just
checks if it is already loaded and that is all.

Resolves #13