deecay / redmine_pivot_table

This Redmine plugin allows you to generate pivot table for issue analysis.
MIT License
52 stars 38 forks source link

Fix postgresql error of previous fix #59

Closed deecay closed 5 years ago

deecay commented 5 years ago

:order => "(SELECT NULL)" doesn't work in postgresql, and :order => "(SELECT NULL::text)" doesn't work in MySQL.

I have decided to go with :order => "issues.id"