File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ if Code.ensure_loaded?(Tds) do
228
228
An Tds adapter Ecto Type that wraps erlang string into tuple so TDS driver
229
229
can understand if erlang string should be encoded as NVarChar or Varchar.
230
230
231
- Due some limitations in Ecto and Tds driver, it is not possible to
232
- support collations other than the one that is set on connection during login.
231
+ Due to some limitations in Ecto and Tds driver, it is not possible to
232
+ support collations other than the one set on connection during login.
233
233
Please be aware of this limitation if you plan to store varchar values in
234
234
your database using Ecto since you will probably lose some codepoints in
235
235
the value during encoding. Instead use `tds_encoding` library and first
@@ -240,7 +240,7 @@ if Code.ensure_loaded?(Tds) do
240
240
use Ecto.Type
241
241
242
242
@ typedoc """
243
- A erlang string
243
+ An erlang string
244
244
"""
245
245
@ type t :: String . t
246
246
You can’t perform that action at this time.
0 commit comments