Commit e5cf23df authored by Michael Kozono's avatar Michael Kozono

Ensure consistent column order

parent 3694fe0f
......@@ -128,7 +128,7 @@ module Gitlab
disable_quote = Array(disable_quote).to_set
tuples = rows.map do |row|
row.keys.map do |k|
keys.map do |k|
disable_quote.include?(k) ? row[k] : connection.quote(row[k])
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment