File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ defmodule Ecto.Adapters.SQLite3 do
111111
112112 ### Schemaless queries
113113
114- Using [schemaless Ecto queries][5 ] will not work well with SQLite. This is because
114+ Using [schemaless Ecto queries][7 ] will not work well with SQLite. This is because
115115 the Ecto SQLite adapter relies heavily on the schema to support a rich array of Elixir
116116 types, despite the fact SQLite only has [five storage classes][5]. The query will still
117117 work and return data, but you will need to do this mapping on your own.
@@ -120,6 +120,7 @@ defmodule Ecto.Adapters.SQLite3 do
120120 [4]: https://www.sqlite.org/whentouse.html
121121 [5]: https://www.sqlite.org/datatype3.html
122122 [6]: https://www.sqlite.org/datatype3.html#collating_sequences
123+ [7]: https://hexdocs.pm/ecto/schemaless-queries.html
123124 """
124125
125126 use Ecto.Adapters.SQL ,
You can’t perform that action at this time.
0 commit comments