Skip to content
Snippets Groups Projects
Commit 5b0df70d authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

debusgging printouts

parent 81ab5a7e
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ function find_table_name_in_manifest(conn::MySQL.Connection, method_name::String ...@@ -186,7 +186,7 @@ function find_table_name_in_manifest(conn::MySQL.Connection, method_name::String
WHERE method_name = '$method_name' AND arguments_string = '$arguments_string' AND arguments_dict = '$arguments_dict'; WHERE method_name = '$method_name' AND arguments_string = '$arguments_string' AND arguments_dict = '$arguments_dict';
""" """
result = query_connection(conn, query) result = query_connection(conn, query)
println("do we get here?") println(result)
# Check if a result was found # Check if a result was found
if !isempty(result) if !isempty(result)
return result[1, 1] # Return the first matching table name return result[1, 1] # Return the first matching table name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment