From 6350e02fde5413e3135053eb7ef428539c315e7d Mon Sep 17 00:00:00 2001 From: Alisina Bahadori Date: Wed, 7 Aug 2024 14:48:29 -0400 Subject: [PATCH] Remove duplicate `:ssl` config in MyXQL Adapter (#630) --- lib/ecto/adapters/myxql.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ecto/adapters/myxql.ex b/lib/ecto/adapters/myxql.ex index b1230ae3..1c589aeb 100644 --- a/lib/ecto/adapters/myxql.ex +++ b/lib/ecto/adapters/myxql.ex @@ -21,7 +21,6 @@ defmodule Ecto.Adapters.MyXQL do * `:password` - User password * `:database` - the database to connect to * `:pool` - The connection pool module, may be set to `Ecto.Adapters.SQL.Sandbox` - * `:ssl` - Set to true if ssl should be used (default: false) * `:ssl` - Accepts a list of options to enable TLS for the client connection, or `false` to disable it. See the documentation for [Erlang's `ssl` module](`e:ssl:ssl`) for a list of options (default: false)