Commit d0ad047
committed
Use STRING_SPLIT for SqlServer SetReplica positions filter
Replaces the generated @position0, @Position1, ... parameters with a single
comma-separated @positions parameter split server-side (CAST AS BIGINT),
matching the STRING_SPLIT convention used elsewhere in the store. The
message-store wrapper already short-circuits on an empty position list, so
STRING_SPLIT never receives an empty string.1 parent 8d99980 commit d0ad047
1 file changed
Lines changed: 2 additions & 4 deletions
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
706 | 705 | | |
707 | 706 | | |
708 | 707 | | |
709 | | - | |
| 708 | + | |
710 | 709 | | |
711 | 710 | | |
712 | 711 | | |
713 | | - | |
714 | | - | |
| 712 | + | |
715 | 713 | | |
716 | 714 | | |
717 | 715 | | |
| |||
0 commit comments