Skip to content

Commit

Permalink
Fixed formatting in dtv.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Divang Sharma committed Feb 12, 2025
1 parent 961f557 commit a9042bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/microsoft/sqlserver/jdbc/dtv.java
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,7 @@ void execute(DTV dtv, String strValue) throws SQLServerException {
tdsWriter.writeRPCUUID(name, UUID.fromString(strValue), isOutParam);
} else if (dtv.getJdbcType() == JDBCType.JSON) {
tdsWriter.writeRPCJson(name, strValue, isOutParam);
}
else {
} else {
tdsWriter.writeRPCStringUnicode(name, strValue, isOutParam, collation);
}
}
Expand Down

0 comments on commit a9042bf

Please sign in to comment.