Fix formatting error with embedded migrations#2159
Conversation
ee5865d to
1c592df
Compare
|
Could you rebase it to prevent travis from being terminated? |
Ah your PR just got merged. Sure, give me a sec. |
In Display impl for`MigrationName`, use the migration version if `Migration::file_path` returns None. This is based on the work from @sorccu in diesel-rs#1993. Fixes diesel-rs#1977.
1c592df to
78ad40d
Compare
|
Not quite sure what to do about the 1 failing test, seems to be something SSL related:
Btw, I just noticed there is another open PR #2111, that goes in a somewhat similar direction. I am not too attached to my changes, so if you rather want to go with #2111, I can close this PR. |
|
I am glad to see this fixed. When will this appear in a release? |
|
@lutter We do not give any ETA on release dates other than "when it is done". |
In
Displayimpl forMigrationName, use the migration version ifMigration::file_pathreturnsNone.This is based on the work from @sorccu in #1993.
Fixes #1977.