log query
This commit is contained in:
parent
652f5838b6
commit
49a486af66
@ -195,7 +195,7 @@ class Handler
|
||||
)
|
||||
end
|
||||
|
||||
puts: "QUERY: #{sql}"
|
||||
puts "QUERY: #{sql}"
|
||||
|
||||
datos = [] of Tuple(Int32, String)
|
||||
DB.open("postgres://#{USER}:#{PASS}@10.61.0.1:5432/nombres") do |cursor|
|
||||
|
Loading…
Reference in New Issue
Block a user