|
|
@ -310,7 +310,7 @@ class IssueQuery < Query
|
|
|
|
:order => options[:order],
|
|
|
|
:order => options[:order],
|
|
|
|
:limit => options[:limit],
|
|
|
|
:limit => options[:limit],
|
|
|
|
:offset => options[:offset]
|
|
|
|
:offset => options[:offset]
|
|
|
|
)
|
|
|
|
).reverse
|
|
|
|
rescue ::ActiveRecord::StatementInvalid => e
|
|
|
|
rescue ::ActiveRecord::StatementInvalid => e
|
|
|
|
raise StatementInvalid.new(e.message)
|
|
|
|
raise StatementInvalid.new(e.message)
|
|
|
|
end
|
|
|
|
end
|
|
|
|