Indefero

Indefero Commit Details


Date:2012-04-18 15:05:17 (12 years 8 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:4da01b2732e63ec906caff14af053e417b1aef6f
Parents: b44ad48fd596d37f5e4e02ad78bab0fe97ec6f27
Message:Another Postgres nuisance.

Changes:

File differences

src/IDF/Tag.php
8282
8383
8484
85
85
8686
8787
8888
'join' => 'LEFT JOIN '.$table
.' ON idf_tag_id=id',
'select' => $this->getSelect().',COUNT(idf_project_id) as project_count',
'group' => 'idf_tag_id',
'group' => 'id',
'props' => array('project_count' => 'project_count'),
),
);

Archive Download the corresponding diff file

Page rendered in 0.07637s using 13 queries.