mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	Fix date range operator in GeographicalUnitStatAggregator
This commit is contained in:
		@@ -56,7 +56,7 @@ final readonly class GeographicalUnitStatAggregator implements AggregatorInterfa
 | 
			
		||||
            Join::WITH,
 | 
			
		||||
            $qb->expr()->andX(
 | 
			
		||||
                'IDENTITY(acp_geog_agg_address_person_location.person) = IDENTITY(acp_geog_agg_location_history.personLocation)',
 | 
			
		||||
                'acp_geog_agg_address_person_location.validFrom < :acp_geog_aggregator_date',
 | 
			
		||||
                'acp_geog_agg_address_person_location.validFrom <= :acp_geog_aggregator_date',
 | 
			
		||||
                $qb->expr()->orX(
 | 
			
		||||
                    'acp_geog_agg_address_person_location.validTo > :acp_geog_aggregator_date',
 | 
			
		||||
                    $qb->expr()->isNull('acp_geog_agg_address_person_location.validTo')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user