]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
EntryRepository: refactor getBuilderForUntaggedByUser
authorKevin Decherf <kevin@kdecherf.com>
Sun, 2 Sep 2018 15:44:19 +0000 (17:44 +0200)
committerKevin Decherf <kevin@kdecherf.com>
Wed, 5 Sep 2018 16:44:08 +0000 (18:44 +0200)
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 <kevin@kdecherf.com>

No differences found