Skip to content

Commit a59ea44

Browse files
firewarmwaffles
andauthored
Update lib/ecto/adapters/sqlite3.ex
Co-authored-by: Matthew Johnston <[email protected]>
1 parent 44c06a8 commit a59ea44

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/ecto/adapters/sqlite3.ex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,6 @@ defmodule Ecto.Adapters.SQLite3 do
415415
[type, &Codec.time_encode/1]
416416
end
417417

418-
@impl Ecto.Adapter
419-
def dumpers(:boolean, type) do
420-
[type, &Codec.bool_encode/1]
421-
end
422-
423418
@impl Ecto.Adapter
424419
def dumpers(:utc_datetime, type) do
425420
dt_type = Application.get_env(:ecto_sqlite3, :datetime_type, @default_datetime_type)

0 commit comments

Comments
 (0)