log query

This commit is contained in:
Roberto Alsina 2024-05-15 20:28:45 -03:00
parent 652f5838b6
commit 49a486af66

View File

@ -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|