Skip to content

Commit

Permalink
Merge pull request #10820 from imtayadeway/rm-raw-quoting
Browse files Browse the repository at this point in the history
Remove handling of raw type in MiqExpression
  • Loading branch information
gtanzillo committed Aug 31, 2016
2 parents 9643cf5 + f4976f9 commit 6461061
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/miq_expression.rb
Original file line number Diff line number Diff line change
Expand Up @@ -982,8 +982,6 @@ def self.quote(val, typ)
val = val.split(",") if val.kind_of?(String)
v_arr = val.to_miq_a.flat_map { |v| "'#{v.to_s.strip}'" }.uniq.sort
"[#{v_arr.join(",")}]"
when "raw"
val
else
val
end
Expand Down

0 comments on commit 6461061

Please sign in to comment.