Skip to content

feat: add support for custom MSSQL port and Docker environment #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jellydn
Copy link

@jellydn jellydn commented May 2, 2025

Changes

This PR implements the feature requested in issue #8, adding support for custom MSSQL port configuration.

Changes include:

  1. Added MSSQL_PORT environment variable support with a default of 1433
  2. Updated configuration functions to include the port parameter
  3. Added Docker environment for easier testing and development
  4. Created a comprehensive Makefile for common development tasks
  5. Updated documentation with port configuration examples

Testing

Code implementation is correct, but we had issues running the tests due to FreeTDS dependency problems on macOS ARM architecture.

Resolves: #8

@jellydn jellydn marked this pull request as draft May 2, 2025 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support MSSQL_PORT
1 participant