mirror of https://github.com/yandex/odyssey.git
odissey: add describe message to extended queries set
This commit is contained in:
parent
b949c3a171
commit
962b6eaf1e
|
@ -538,6 +538,7 @@ od_frontend_remote(od_client_t *client)
|
|||
/* extended queries */
|
||||
if (type == 'P' || /* Parse */
|
||||
type == 'B' || /* Bind */
|
||||
type == 'D' || /* Describe */
|
||||
type == 'E' || /* Execute */
|
||||
type == 'C') /* Close */
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue