Anton Lebedevich 13 лет назад
Родитель
Сommit
85b56684ac
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pgsql_sock.erl

+ 1 - 1
src/pgsql_sock.erl

@@ -379,7 +379,7 @@ on_message({$T, <<Count:?int16, Bin/binary>>}, State) ->
     State2 = case request_tag(State) of
                  C when C == squery ->
                      State#state{columns = Columns2};
-                 C when C == parse ->
+                 C when C == parse; C == describe ->
                      State#state{queue = queue:drop(Q)}
              end,
     {noreply, State2};