From baed87c0a6ee4ba8ce0de5116032c22a77d13d88 Mon Sep 17 00:00:00 2001 From: addUsername <60299373+addUsername@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:18:51 +0100 Subject: [PATCH] add :types to query_option --- lib/ch.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ch.ex b/lib/ch.ex index ad4217f..11ce9c1 100644 --- a/lib/ch.ex +++ b/lib/ch.ex @@ -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}