Skip to content

tag insert_select tests #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions integration_test/sql/logging.exs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ defmodule Ecto.Integration.LoggingTest do
assert param_logs["uuid"] == uuid
end

@tag :insert_select
test "for insert_all with entries" do
# Row 1
int = 1
Expand Down Expand Up @@ -219,6 +220,7 @@ defmodule Ecto.Integration.LoggingTest do
assert param_logs["uuid2"] == uuid2
end

@tag :insert_select
@tag :placeholders
test "for insert_all with entries and placeholders" do
# Placeholders
Expand Down Expand Up @@ -321,6 +323,7 @@ defmodule Ecto.Integration.LoggingTest do
assert param_logs["conflict_uuid"] == conflict_uuid
end

@tag :insert_select
@tag :with_conflict_target
test "for insert_all with entries conflict query" do
# Row 1
Expand Down Expand Up @@ -394,6 +397,7 @@ defmodule Ecto.Integration.LoggingTest do
assert param_logs["conflict_uuid"] == conflict_uuid
end

@tag :insert_select
@tag :placeholders
@tag :with_conflict_target
test "for insert_all with entries, placeholders and conflict query" do
Expand Down