SQL-AI-samples
SQL-AI-samples copied to clipboard
Add: support for username/password SQL authentication
Description: This pull request introduces support for SQL authentication using username and password.
Changes include: • Added configuration options for SQL username and password. • Updated connection logic to support SQL authentication.
Why: Previously, only Azure Access Token was supported. This enhancement allows users to authenticate directly with SQL credentials, expanding compatibility and flexibility.
Testing: • Verified connection succeeds with valid credentials.