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: Allow dashes in SQL Server instance names (#27)
- Updated InstanceName and InstanceNameEx regex patterns in RegexHelper.cs
to include the dash/hyphen character (\-)
- Added two test cases to verify instance names with dashes work correctly
- Fixes issue where instance names like "My-TestInstance" were incorrectly
rejected as invalid
This resolves the parsing error when using instance names containing dashes,
which are valid according to SQL Server naming rules.
Fixes#13
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
0 commit comments