Skip to content

Commit

Permalink
add :types to query_option
Browse files Browse the repository at this point in the history
  • Loading branch information
addUsername committed Dec 30, 2024
1 parent 4d85823 commit baed87c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ defmodule Ch do
| {:command, Ch.Query.command()}
| {:headers, [{String.t(), String.t()}]}
| {:format, String.t()}
| {:types, [String.t()]}
# TODO remove
| {:encode, boolean}
| {:decode, boolean}
Expand Down

0 comments on commit baed87c

Please sign in to comment.