My patches for Redmine
Go to file
Jean-Philippe Lang a8083fb9a8 Pass the order option as an array to satisfy sqlserver adapter (#12713).
Unlike other adapters, the sqlserver adapter processes the order option and wipes it when using functions.
Here we can see a "ASC" inserted in the COALESCE call:

irb(main):001:0> Issue.order("coalesce(estimated_hours, 0), id").to_sql
=> "SELECT [issues].* FROM [issues] ORDER BY coalesce(estimated_hours ASC, 0) ASC, id ASC"

This does not happen when passing the order SQL fragments separately.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11115 e93f8b46-1217-0410-a6f0-8f06a7374b81
2013-01-04 10:04:25 +00:00
app Pass the order option as an array to satisfy sqlserver adapter (#12713). 2013-01-04 10:04:25 +00:00
config YAML.load_file returns a Hash with 3 keys with ruby 1.9.3p194 (2012-04-20) [i386-mingw32]. 2013-01-03 11:02:11 +00:00
db/migrate SQLServer does not support changing the type of an indexed column (#12713). 2013-01-03 11:19:08 +00:00
doc Changelog for 2.2.0 release. 2012-12-18 12:23:31 +00:00
extra replace tabs to spaces at Redmine.pm 2012-12-18 14:17:27 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib Deprecates Version#*_pourcent in favour of #*_percent (#12724). 2013-01-04 08:30:25 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
plugins Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
public Deprecates Version#*_pourcent in favour of #*_percent (#12724). 2013-01-04 08:30:25 +00:00
script set svn:executable '*' to script/* 2012-05-09 13:10:04 +00:00
test Pass the order option as an array to satisfy sqlserver adapter (#12713). 2013-01-04 10:04:25 +00:00
tmp add tmp/pdf directory (#12189) 2012-10-23 10:50:09 +00:00
.gitignore add tmp/thumbnails/* to .hgignore and .gitignore 2012-10-24 11:11:38 +00:00
.hgignore add tmp/thumbnails/* to .hgignore and .gitignore 2012-10-24 11:11:38 +00:00
Gemfile Use activerecord-jdbc-adapter 1.2.5. 2013-01-04 09:00:55 +00:00
README.rdoc Typo 2011-11-19 16:10:28 +00:00
Rakefile Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
config.ru Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00

README.rdoc

= Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found in the doc directory or on the official website http://www.redmine.org