Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

v3.3.2

Compare
Choose a tag to compare
@LucasRoesler LucasRoesler released this 06 May 16:08
8dad084
fix: Use named return to ensure migration commit err is returned (#116)

Use a named return in the `migrate` method so that the error from
`err = tx.Commit()` is correctly ghosting the return value and therefore
actually returned to the calling method

Signed-off-by: Lucas Roesler <[email protected]>