jackc / tern

The SQL Fan's Migrator
MIT License
925 stars 68 forks source link

Broken tests #15

Closed ghost closed 4 years ago

ghost commented 4 years ago

Since the dep bump to pgx/v4 most of the tests are broken.

Functions like NewMigrator have a dependency on V3 of pgx, where in other parts of the tests we seem to have a rogue context injected into function calls m.MigrateTo(context.Background(), 3)