-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve update of jsonb fields. Add PG 9.5 to travis. #2984
Conversation
You're on fire! |
Given that the alternative would be to build something eerily similar to parse server (using postgres instead of mongodb), I'm just trying to do what I can to make parse server work with Postgres 😄 |
Eheh the bases are pretty solid! Thanks for all your contributions and the ones to come! |
@kulshekhar updated the pull request - view changes |
1 similar comment
@kulshekhar updated the pull request - view changes |
tests seem to fail on travis but I can't see the logs :/ |
same here. It's happening with some other repos too. |
For the postgres specific builds that fail, it's a bit weird. If it doesn't fail on both 4.5 and 6.1, chances are that rebuilding the test for the failed version will pass |
Looking 👍 |
This PR changes the travis config and updates of jsonb fields in the following manner:
Travis:
sudo
torequired
precise
distribution withtrusty
The last two changes are required because Travis doesn't seem to have a simple way of using Postgres 9.5 with precise (with or without sudo) and it needs sudo on trusty
Update of
jsonb
fieldsThis PR also enables one existing test to run against Postgres