Skip to content

Commit 10706d1

Browse files
committed
remove last onboarding tag, exclude map_type_schemaless
1 parent 17cb713 commit 10706d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

integration_test/exqlite/ecto/type.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

integration_test/exqlite/test_helper.exs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)