mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +00:00
fix: remove useless UPPER
This commit is contained in:
parent
3b7cd91d43
commit
aa8bdc2a32
@ -46,7 +46,7 @@ readonly class FindDomainCollectionFromEntityProvider implements ProviderInterfa
|
||||
'de.entity',
|
||||
'e',
|
||||
Join::WITH,
|
||||
'e.tld IS NOT NULL AND e.handle NOT IN (:blacklist) AND (UPPER(e.jCardOrg) = UPPER(:registrant) OR UPPER(e.jCardFn) = UPPER(:registrant))'
|
||||
'e.tld IS NOT NULL AND e.handle NOT IN (:blacklist) AND (e.jCardOrg = UPPER(:registrant) OR e.jCardFn = UPPER(:registrant))'
|
||||
)
|
||||
->setParameter('registrant', $registrant)
|
||||
->setParameter('blacklist', RDAPService::ENTITY_HANDLE_BLACKLIST)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user