Browse Source

finish describe

Anton Lebedevich 13 years ago
parent
commit
85b56684ac
1 changed files with 1 additions and 1 deletions
  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};