]> git.immae.eu Git - github/wallabag/wallabag.git/commit
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)
commit0636697289b7ad50bfaa33c93ce4593543d435b5
tree14082e04c069e42e478c507c1f847655db8aeb46
parentb7c5fda512f29c99db69cb090fafb6f79abf6004
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 <kevin@kdecherf.com>
src/Wallabag/CoreBundle/Repository/EntryRepository.php