File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
if Code . ensure_loaded? ( Tds ) do
2
2
defmodule Tds.Ecto.UUID do
3
3
@ moduledoc """
4
- An TDS adapter type for UUIDs strings.
4
+ A TDS adapter type for UUIDs strings.
5
5
6
6
If you are using Tds adapter and UUIDs in your project, instead of `Ecto.UUID`
7
7
you should use Tds.Ecto.UUID to generate correct bytes that should be stored
@@ -213,7 +213,7 @@ if Code.ensure_loaded?(Tds) do
213
213
214
214
defmodule Tds.Ecto.VarChar do
215
215
@ 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
217
217
can understand if erlang string should be encoded as NVarChar or Varchar.
218
218
219
219
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
1261
1261
the corresponding foreign key constraints before modifying the type.
1262
1262
Generally speaking, you want to pass the type and each option
1263
1263
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,
1265
1265
as those are generally trickier to revert.
1266
1266
1267
1267
See `add/3` for more information on supported types.
You can’t perform that action at this time.
0 commit comments