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
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Describe the Feature
When running ssc init currently the default value for port is undefined, this causes the field to be NaN on display and Null on creation.
As i understand it, it would be a more pleasant UX to default to port 1433, which is the usual sql server default port.
Todo
Suggested Solution
The suggested solution is to on line 62 of the init.ts command file switch to 1433 the default value:
sql-source-control/src/commands/init.ts
Lines 62 to 66 in e487dfe
Other Information
I can make the PR, but i wanted to discuss it first, in case there's some scenarios i am not considering.
The text was updated successfully, but these errors were encountered: