Closed emerkle826 closed 6 years ago
Apparently PostgreSQL can return a version string that has alphanumeric characters, as opposed to simply versions in the format of X.Y or X.Y.Z. This PR tries to prune non-numeric valuse from the version string.
X.Y
X.Y.Z
Apparently PostgreSQL can return a version string that has alphanumeric characters, as opposed to simply versions in the format of
X.Y
orX.Y.Z
. This PR tries to prune non-numeric valuse from the version string.