mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -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
|
/// we want the caller to only read the first table. We override the NextResult function here to only return one table
|
||||||
/// from the IDataReader.
|
/// from the IDataReader.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/*public override bool NextResult()
|
public override bool NextResult()
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user