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 04d6464 commit 0441860Copy full SHA for 0441860
integration_test/myxql/prepare_test.exs
@@ -1,6 +1,8 @@
1
defmodule Ecto.Integration.PrepareTest do
2
use Ecto.Integration.Case, async: false
3
4
+ import Ecto.Query, only: [from: 2]
5
+
6
alias Ecto.Integration.TestRepo
7
alias Ecto.Integration.Post
8
0 commit comments