findmypast-oss / mssql_ecto

Ecto adapter for Mssqlex
Apache License 2.0
49 stars 20 forks source link

Make storage logic work #9

Closed jbachhardie closed 7 years ago

jbachhardie commented 7 years ago

The storage methods (storage_up, storage_down, structure_dump, structure_load) were erroneously implemented in MssqlEcto.Connection rather than MssqlEcto, causing them to not work with existing tooling.

Motivation and Context

Closes https://github.com/findmypast-oss/mssql_ecto/issues/8

How Has This Been Tested?

All tests passing. Tested by calling ecto.create on an existing project

Types of changes

Checklist:

shdblowers commented 7 years ago

Ebert has finished reviewing this Pull Request and has found:

You can see more details about this review at https://ebertapp.io/github/findmypast-oss/mssql_ecto/pulls/9.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.0%) to 88.316% when pulling 602b89a0e2fa1d3bb51d5b930b2822c7b909200c on storage_bugfix into d8e6c27d76e660a5f44980e9f40c8b2b1ef4a728 on master.