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
Add SET ROWCOUNT, SET OFFSETS, and multi-option SET parsing
Implements support for:
- SET ROWCOUNT <number|@variable>
- SET OFFSETS <options> ON/OFF with proper option sorting
- Multiple comma-separated options in PredicateSetStatement
- Multiple comma-separated options in SetStatisticsStatement
Also updates PredicateSetStatement and SetStatisticsStatement to use
string for Options field to support comma-separated values.
Enables 1 previously failing test:
- BaselinesCommon_SetOffsetsAndOnOffSetTests
0 commit comments