mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-21 01:25:42 -05:00
Reversing the multi-table fix till we have proper fix (#1060)
This commit is contained in:
@@ -13,9 +13,9 @@ namespace Microsoft.Kusto.ServiceLayer.DataSource
|
||||
/// we want the caller to only read the first table. We override the NextResult function here to only return one table
|
||||
/// from the IDataReader.
|
||||
/// </summary>
|
||||
/*public override bool NextResult()
|
||||
public override bool NextResult()
|
||||
{
|
||||
return false;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user