We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a9bb8 commit 69f0cb4Copy full SHA for 69f0cb4
1 file changed
lib/ecto/adapters/tds.ex
@@ -60,7 +60,7 @@ defmodule Ecto.Adapters.Tds do
60
61
### UUIDs
62
63
- MSSQL server has slighlty different binary storage format for UUIDs (`uniqueidenitifer`).
+ MSSQL server has slightly different binary storage format for UUIDs (`uniqueidenitifer`).
64
If you use `:binary_id`, the proper choice is made. Otherwise you must use the `Tds.Ecto.UUID`
65
type. Avoid using `Ecto.UUID` since it may cause unpredictable application behaviour.
66
0 commit comments