trac-hacks / tracstats

Project and source code statistics plugin for Trac.
http://trac-hacks.org/wiki/TracStatsPlugin
Other
20 stars 13 forks source link

Using == in join clause doesn't work with postgres #12

Closed chmullig closed 14 years ago

chmullig commented 14 years ago

On line 37 of web_ui.py is USING = "on r.repos == nc.repos and r.rev == nc.rev". This isn't kosher for postgresql - it wants a single equals sign for those joins.

mrjbq7 commented 14 years ago

Fixed.