File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,6 @@ defmodule Ecto.Integration.TypeTest do
322322 assert TestRepo . one ( from o in Order , select: o . items [ 0 ] [ "valid_at" ] ) == "2020-01-01"
323323 end
324324
325- @ tag :onboarding
326325 @ tag :map_type
327326 @ tag :map_type_schemaless
328327 test "embeds one with custom type" do
Original file line number Diff line number Diff line change @@ -97,9 +97,10 @@ ExUnit.start(
9797 # SQLite with DSQLITE_LIKE_DOESNT_MATCH_BLOBS=1
9898 # does not support using LIKE on BLOB types
9999 :like_match_blob ,
100-
101- # we are in the midst of onboarding these (i.e., fixing the bugs they point towards)
102- :onboarding ,
100+ # SQLite will return a string for schemaless map types as
101+ # Ecto does not have enough information to call the associated loader
102+ # that converts the string JSON representaiton into a map
103+ :map_type_schemaless ,
103104
104105 # we should be able to fully/correctly support these, but don't currently
105106 :with_conflict_target ,
You can’t perform that action at this time.
0 commit comments