Driver version
Tried on both 8.1.0.jre8.preview and 7.4.1.jre8. Works on 7.0.0.jre8 as expected.
Problem description
connection.metaData.getColumns("myDatabaseName", "mySchemaName", "myTableName", "%")
returns only the first row on Azure. Expected to fetch all the columns in "myTableName". The same thing works perfectly on SQL Server.
Driver version
Tried on both
8.1.0.jre8.previewand7.4.1.jre8. Works on7.0.0.jre8as expected.Problem description
connection.metaData.getColumns("myDatabaseName", "mySchemaName", "myTableName", "%")returns only the first row on Azure. Expected to fetch all the columns in "myTableName". The same thing works perfectly on SQL Server.