Skip to content

Commit

Permalink
Make checkout/3 overridable in adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jul 10, 2023
1 parent 53d73b7 commit b3b1287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/adapters/sql.ex
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ defmodule Ecto.Adapters.SQL do
end

defoverridable [prepare: 2, execute: 5, insert: 6, update: 6, delete: 4, insert_all: 8,
execute_ddl: 3, loaders: 2, dumpers: 2, autogenerate: 1,
execute_ddl: 3, loaders: 2, dumpers: 2, autogenerate: 1, checkout: 3,
ensure_all_started: 2, __before_compile__: 1]
end
end
Expand Down

0 comments on commit b3b1287

Please sign in to comment.