Advertisement
Guest User

Untitled

a guest
Jan 8th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. (byebug) frame 6
  2.  
  3. [217, 226] in /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/mysql2_adapter.rb
  4. 217: super
  5. 218: end
  6. 219:
  7. 220: def exec_query(sql, name = 'SQL', binds = [])
  8. 221: result = execute(sql, name)
  9. => 222: ActiveRecord::Result.new(result.fields, result.to_a)
  10. 223: end
  11. 224:
  12. 225: alias exec_without_stmt exec_query
  13. 226:
  14. (byebug)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement