-
Notifications
You must be signed in to change notification settings - Fork 78
Use ParseTolerant to allow Major.Minor version numbers that PG 10 uses #31
Use ParseTolerant to allow Major.Minor version numbers that PG 10 uses #31
Conversation
I've ran acceptance tests against a 9.6 Postgres Docker container and a 10.2 Postgres Docker container. It feels like we should be able to run the acceptance tests in Travis on every PR though because there's no real cost to them unlike the AWS provider acceptance tests (where I have more experience) as we can just run things against a Travis hosted Postgres Docker container. Would you have any issues with me raising another pull request to add these acceptance tests automatically to the pipeline and some steps about how to test locally? Edit: Apparently Travis CI doesn't yet offer Postgres 10 as a service. Circle CI has a container available for it though so could switch to that? Or could use some of the hacky workarounds in that Travis thread to get it working on Travis instead? |
It would be great if this could be merged, i really want to use the provider with psql 10! |
It would be great to see this merged. |
Merge, do it, you know you want to. |
Make it so. |
Thanks for merging this! When will there be a new release, so i can use the fixed version of the plugin? |
Running into this too - can you please release this? |
Please release this. |
Voting for this one too, one of our backlog ticket is geting lonely. |
This was released yesterday as |
Fixes #30