Skip to content

Commit 6350e02

Browse files
authored
Remove duplicate :ssl config in MyXQL Adapter (#630)
1 parent 48fc2ad commit 6350e02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ecto/adapters/myxql.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ defmodule Ecto.Adapters.MyXQL do
2121
* `:password` - User password
2222
* `:database` - the database to connect to
2323
* `:pool` - The connection pool module, may be set to `Ecto.Adapters.SQL.Sandbox`
24-
* `:ssl` - Set to true if ssl should be used (default: false)
2524
* `:ssl` - Accepts a list of options to enable TLS for the client connection,
2625
or `false` to disable it. See the documentation for [Erlang's `ssl` module](`e:ssl:ssl`)
2726
for a list of options (default: false)

0 commit comments

Comments
 (0)