From 49a486af66ebcbe487c41483131edde2abb3e9ad Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 15 May 2024 20:28:45 -0300 Subject: [PATCH] log query --- c-busqueda/handler.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-busqueda/handler.cr b/c-busqueda/handler.cr index 9525cfa..fa4f3cb 100644 --- a/c-busqueda/handler.cr +++ b/c-busqueda/handler.cr @@ -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|