1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-20 19:52:09 +00:00
wallabag/src/Wallabag/CoreBundle/Repository
Kevin Decherf 0636697289 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>
2018-09-05 18:44:08 +02:00
..
ConfigRepository.php Implement simple config 2015-02-16 21:31:58 +01:00
EntryRepository.php EntryRepository: refactor getBuilderForUntaggedByUser 2018-09-05 18:44:08 +02:00
SiteCredentialRepository.php Fix reviews 2017-06-20 16:03:39 +02:00
TaggingRuleRepository.php Add missing tagging rule repository 2015-11-11 16:23:49 +01:00
TagRepository.php php-cs-fixer 2018-09-05 14:25:32 +02:00