elixir-ecto / ecto_sql

SQL-based adapters for Ecto and database migrations
https://hexdocs.pm/ecto_sql
Apache License 2.0
578 stars 312 forks source link

Fix mssql 2017 integration test #635

Closed greg-rychlewski closed 1 month ago

greg-rychlewski commented 1 month ago

There is an issue with the mssql 2017 docker image working on the latest ubuntu. The current fix is to use ubuntu 20.04

Reference: https://github.com/microsoft/mssql-docker/issues/899

I'll send a PR for ecto as well