We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22aa30 commit 381a6afCopy full SHA for 381a6af
integration_test/sql/sql.exs
@@ -7,7 +7,7 @@ defmodule Ecto.Integration.SQLTest do
7
alias Ecto.Integration.Post
8
alias Ecto.Integration.CorruptedPk
9
alias Ecto.Integration.Tag
10
- import Ecto.Query, only: [from: 2, from: 1]
+ import Ecto.Query, only: [from: 2]
11
12
test "fragmented types" do
13
datetime = ~N[2014-01-16 20:26:51]
0 commit comments