Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jun 7, 2024
1 parent af98a79 commit c703989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tds/parameter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ defmodule Tds.Parameter do
def fix_data_type(%__MODULE__{type: nil, value: nil} = param) do
# should fix ecto has_one, on_change :nulify issue where type is not know when ecto
# build query/statement for on_chage callback
%{param | type: :string}
%{param | type: :binary}
end

def fix_data_type(%__MODULE__{value: value} = param)
Expand Down

0 comments on commit c703989

Please sign in to comment.