Skip to content

Commit f98bcc6

Browse files
authored
Merge pull request #147 from mulcek/patch-1
Fixed ololoshke_trololoshke alias at count table name
2 parents c91dddb + cb47d34 commit f98bcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Knp/Component/Pager/Event/Subscriber/Paginate/Doctrine/DBALQueryBuilderSubscriber.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function items(ItemsEvent $event)
3333
$qb
3434
->resetQueryParts()
3535
->select('count(*) as cnt')
36-
->from('(' . $sql . ')', 'ololoshke_trololoshke')
36+
->from('(' . $sql . ')', 'dbal_count_tbl')
3737
;
3838

3939
$event->count = $qb

0 commit comments

Comments
 (0)