File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11if Code . ensure_loaded? ( Tds ) do
22 defmodule Tds.Ecto.UUID do
33 @ moduledoc """
4- An TDS adapter type for UUIDs strings.
4+ A TDS adapter type for UUIDs strings.
55
66 If you are using Tds adapter and UUIDs in your project, instead of `Ecto.UUID`
77 you should use Tds.Ecto.UUID to generate correct bytes that should be stored
@@ -213,7 +213,7 @@ if Code.ensure_loaded?(Tds) do
213213
214214 defmodule Tds.Ecto.VarChar do
215215 @ moduledoc """
216- An Tds adapter Ecto Type that wraps erlang string into tuple so TDS driver
216+ A Tds adapter Ecto Type that wraps erlang string into tuple so TDS driver
217217 can understand if erlang string should be encoded as NVarChar or Varchar.
218218
219219 Due to some limitations in Ecto and Tds driver, it is not possible to
Original file line number Diff line number Diff line change @@ -1261,7 +1261,7 @@ defmodule Ecto.Migration do
12611261 the corresponding foreign key constraints before modifying the type.
12621262 Generally speaking, you want to pass the type and each option
12631263 you are modifying to `:from`, so the column can be rolled back properly.
1264- However, note that `:from` cannot be be used to modify primary keys,
1264+ However, note that `:from` cannot be used to modify primary keys,
12651265 as those are generally trickier to revert.
12661266
12671267 See `add/3` for more information on supported types.
You can’t perform that action at this time.
0 commit comments