Skip to content

Commit 0666524

Browse files
committed
Code review changes p2
1 parent d64af0a commit 0666524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerDatabaseMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ public java.sql.ResultSet getProcedureColumns(String catalog, String schema, Str
14221422

14231423
String[] arguments = new String[5];
14241424

1425-
// proc schema and col name supports escaping
1425+
// proc, schema and col name supports escaping
14261426
proc = escapeIDName(proc);
14271427
arguments[0] = proc;
14281428
arguments[1] = escapeIDName(schema);

0 commit comments

Comments
 (0)