Skip to content

Commit

Permalink
Code review changes p2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyc committed Apr 2, 2024
1 parent d64af0a commit 0666524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ public java.sql.ResultSet getProcedureColumns(String catalog, String schema, Str

String[] arguments = new String[5];

// proc schema and col name supports escaping
// proc, schema and col name supports escaping
proc = escapeIDName(proc);
arguments[0] = proc;
arguments[1] = escapeIDName(schema);
Expand Down

0 comments on commit 0666524

Please sign in to comment.