Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.3] Added check for empty port to prevent Invalid Handler Error (#1…
…6824) * Added check for empty port. Prevents DSN from generating with an extra comma and throwing an Invalid Handler Error when port is specified in the database configuration but not set to a value. Produces 'sqlsrv:Server=localhost;Database=mydb;' instead of 'sqlsrv:Server=localhost,;Database=mydb;' * Fixed style guide
- Loading branch information