Skip to content
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

[new release] omigrate (0.3.0) #22244

Merged
merged 6 commits into from
Oct 13, 2022
Merged

Conversation

tmattio
Copy link
Contributor

@tmattio tmattio commented Oct 11, 2022

Database migrations for Reason and OCaml

CHANGES:

CHANGES:

- Support partial migrations (tmattio/omigrate#4, @maiste)
- New Sqlite3 driver (tmattio/omigrate#3, @maiste)
- Support optional auth with psql driver (tmattio/omigrate#2, @maiste)
@dinosaure
Copy link
Contributor

It seems that your package pick the result package instead of the Stdlib.Result module. You have two solution:

  1. You can add the dependency result {>= "1.5.0"} into your OPAM file
  2. or you can explicitely use Stdlib.Result.

@maiste
Copy link
Contributor

maiste commented Oct 12, 2022

I added the result upper bound as you suggested. Thanks 👍

@mseri
Copy link
Member

mseri commented Oct 13, 2022

I've sent a PR for pgx: #22254
I am just waiting to check if the incompatibility with ocaml 5.0 will only boil down to some dependencies or if we need to add an upper bound

@maiste
Copy link
Contributor

maiste commented Oct 13, 2022

Sure no problem! In the meantime, I opened an issue on pgx about it: arenadotio/pgx#128

@mseri
Copy link
Member

mseri commented Oct 13, 2022

Thanks

@mseri mseri merged commit cf50d2b into ocaml:master Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants