Skip to content

Commit

Permalink
Checked in IDE and the calls are minimal. Removing print.
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Apr 5, 2023
1 parent 8215746 commit 9d882a3
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ type JDBC_Connection
sql_type = SQL_Type.from_metadata metadata ix+1
[name, sql_type]

# FIXME [RW] remove the print statement but first try running IDE with it
res = Vector.new metadata.getColumnCount resolve_column
#IO.println "Fetched columns for "+statement.to_text+": "+res.to_text
res
Vector.new metadata.getColumnCount resolve_column

## PRIVATE
Checks that the query has no holes, and if it does, throws an error.
Expand Down

0 comments on commit 9d882a3

Please sign in to comment.