Skip to content

Commit

Permalink
Update types.ex
Browse files Browse the repository at this point in the history
Fixes issue !159
  • Loading branch information
mjaric authored Jan 21, 2024
1 parent f15b868 commit e49b433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tds/types.ex
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ defmodule Tds.Types do
data != <<0x00>>

data_type_code == @tds_data_type_floatn ->
data = data <> tail
len = length * 8
<<val::little-float-size(len), _::binary>> = data
val
Expand Down

0 comments on commit e49b433

Please sign in to comment.