We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0d3c9 commit 20aef6cCopy full SHA for 20aef6c
lib/tds/types.ex
@@ -67,6 +67,7 @@ defmodule Tds.Types do
67
@tds_data_type_nchar 0xEF
68
@tds_data_type_xml 0xF1
69
@tds_data_type_udt 0xF0
70
+ @tds_data_type_tvp 0xF3
71
@tds_data_type_text 0x23
72
@tds_data_type_image 0x22
73
@tds_data_type_ntext 0x63
@@ -768,6 +769,7 @@ defmodule Tds.Types do
768
769
:date -> "date"
770
:time -> "time"
771
:smalldatetime -> "smalldatetime"
772
+ :tvp -> "#{value.vame} readonly"
773
:binary -> encode_binary_descriptor(value)
774
:string ->
775
cond do
0 commit comments