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