You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix allocation performance issue in ScriptWriter token list initialization
* Add SQL Server 2025 TOP WITH APPROXIMATE and FETCH APPROXIMATE support
* Adding release notes for 170.191.0
<MemberName="Percent"Type="bool"Summary="True if PERCENT keyword was used."/>
3632
3632
<MemberName="WithTies"Type="bool"Summary="True is WITH TIES keywords were used. Important: The interpreter has to check there is an order by clause."/>
3633
+
<MemberName="WithApproximate"Type="bool"Summary="True if WITH APPROXIMATE (or APPROX) keyword was used. Introduced in SQL Server 2025 for approximate query processing."/>
3633
3634
</Class>
3634
3635
<ClassName="OffsetClause"Summary="This class represents an offset/fetch filter, that can be used in select statements for paging the result set.">
3635
3636
<MemberName="OffsetExpression"Type="ScalarExpression"Summary="Expression for number fo rows to skip."/>
3636
3637
<MemberName="FetchExpression"Type="ScalarExpression"Summary="Expression for number fo rows to return."/>
3638
+
<MemberName="WithApproximate"Type="bool"Summary="True if FETCH APPROXIMATE (or APPROX) keyword was used. Only valid in SQL Server 2025 (170) and above. Note: APPROXIMATE is not valid with OFFSET; only FETCH APPROXIMATE is supported."/>
3637
3639
</Class>
3638
3640
<ClassName="UnaryExpression"Base="ScalarExpression"Summary="An expression that has a single expression as child.">
3639
3641
<MemberName="UnaryExpressionType"Type="UnaryExpressionType"GenerateUpdatePositionInfoCall="false"Summary="The type of the expression."/>
0 commit comments