You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded to the recent development version of the plugin and redmine 3.0.0 and want to report another SQL problem which is related to the statistic functionality.
Mysql2::Error: Unknown column 'changes.commit_date' in 'order clause': SELECT COUNT(*) AS count_all, commit_date AS commit_date FROM `changes` INNER JOIN `changesets` ON `changesets`.`id` = `changes`.`changeset_id` WHERE (changesets.repository_id = 11) GROUP BY commit_date ORDER BY `changes`.`commit_date` ASC
I suspect that it is a result of the active record update which came with the new redmine.
The text was updated successfully, but these errors were encountered:
n-rodriguez
changed the title
Another error in the statistics view
Mysql2::Error: Unknown column 'changes.commit_date' in 'order clause'
Mar 16, 2015
n-rodriguez
changed the title
Mysql2::Error: Unknown column 'changes.commit_date' in 'order clause'
[Statistics view] Mysql2::Error: Unknown column 'changes.commit_date' in 'order clause'
Mar 16, 2015
Created new bug like requested in #322.
I just upgraded to the recent development version of the plugin and redmine 3.0.0 and want to report another SQL problem which is related to the statistic functionality.
The Query from repository_commits_stats.rb#L133 crashes with the following error:
I suspect that it is a result of the active record update which came with the new redmine.
The text was updated successfully, but these errors were encountered: