locationtech / geogig

GeoGig project
Other
403 stars 80 forks source link

Fix non-numeric PostgreSQL version string parsing #425

Closed emerkle826 closed 6 years ago

emerkle826 commented 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.