Skip to content

Commit 303aeb9

Browse files
authored
Rearrange user agent fields (#2858)
1 parent ad31dfb commit 303aeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@ static String getUserAgent() {
328328
"1",
329329
"MS-JDBC",
330330
getJDBCVersion(),
331+
getArchitecture(),
331332
getOSType(),
332333
getOSDetails(),
333-
getArchitecture(),
334334
getRuntimeDetails()
335335
);
336336
} catch(Exception e) {

0 commit comments

Comments
 (0)