From: Kevin Decherf Date: Sun, 2 Sep 2018 15:44:19 +0000 (+0200) Subject: EntryRepository: refactor getBuilderForUntaggedByUser X-Git-Tag: 2.3.4~18^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=0636697289b7ad50bfaa33c93ce4593543d435b5;hp=0636697289b7ad50bfaa33c93ce4593543d435b5;p=github%2Fwallabag%2Fwallabag.git EntryRepository: refactor getBuilderForUntaggedByUser Improve SQL performance by replacing size(e.tags) with a left join and a null condition Move the QueryBuilder logic into getRawBuilderForUntaggedByUser Signed-off-by: Kevin Decherf ---