Closed SamFleming closed 6 years ago
From simply reading the docs it isn't obvious that the .port property exists and is available for usage, it's only obvious when reading the tests https://github.com/Jaymon/dsnparse/blob/master/dsnparse_test.py#L215
.port
As much as this seems pretty trivial, I've seen this result in developers manually splitting .hostloc by : which isn't required.
.hostloc
:
Nice catch! Thanks for the update :)
From simply reading the docs it isn't obvious that the
.port
property exists and is available for usage, it's only obvious when reading the tests https://github.com/Jaymon/dsnparse/blob/master/dsnparse_test.py#L215As much as this seems pretty trivial, I've seen this result in developers manually splitting
.hostloc
by:
which isn't required.