diff --git a/c-busqueda/handler.cr b/c-busqueda/handler.cr index 3597728..61673e0 100644 --- a/c-busqueda/handler.cr +++ b/c-busqueda/handler.cr @@ -206,6 +206,7 @@ class Handler # How feminine is this name? # Yes this database is upper case nombre = item[1].upcase + puts "Checking #{nombre}" feminidad = 0 sql = %( SELECT COALESCE((SELECT frecuencia FROM mujeres WHERE nombre='#{nombre}'), 0) AS mujeres,