Driver version
8.2.2
SQL Server version
Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 (X64) Sep 24 2019 13:48:23 Copyright (C) 2019 Microsoft Corporation Express Edition (64-bit) on Windows 10 Pro 10.0 (Build 16299: )
Client Operating System
Windows 10
JAVA/JVM version
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Table schema
INFORMATION_SCHEMA
Problem description
-
Expected behaviour:
connection.getMetaData().getColumns(catalog, schema, tableName, null) provides always the same column order
-
Actual behaviour:
connection.getMetaData().getColumns(catalog, schema, tableName, null) gives me the last column at first place sometimes
-
Error message/stack trace:
-
Any other details that can be helpful:
JDBC trace logs
Reproduction code
Driver version
8.2.2
SQL Server version
Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 (X64) Sep 24 2019 13:48:23 Copyright (C) 2019 Microsoft Corporation Express Edition (64-bit) on Windows 10 Pro 10.0 (Build 16299: )
Client Operating System
Windows 10
JAVA/JVM version
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Table schema
INFORMATION_SCHEMA
Problem description
Expected behaviour:
connection.getMetaData().getColumns(catalog, schema, tableName, null) provides always the same column order
Actual behaviour:
connection.getMetaData().getColumns(catalog, schema, tableName, null) gives me the last column at first place sometimes
Error message/stack trace:
Any other details that can be helpful:
JDBC trace logs
Reproduction code