From cf18d994af3b7fb9e278694c4c0bcbc8b8d1e691 Mon Sep 17 00:00:00 2001 From: "Jumping Yang[Wicresoft]" Date: Wed, 13 Apr 2022 16:36:07 +0800 Subject: [PATCH] Increase WQL_MAX_SYMBOLS to 128 (#36) --- Unix/wql/wql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unix/wql/wql.h b/Unix/wql/wql.h index ff6396c10..eb9af64b3 100644 --- a/Unix/wql/wql.h +++ b/Unix/wql/wql.h @@ -20,7 +20,7 @@ extern "C" { #endif #define WQL_MAX_PROPERTIES 128 -#define WQL_MAX_SYMBOLS 64 +#define WQL_MAX_SYMBOLS 128 /* Type of symbol appearing in the WHERE clause */ typedef enum _WQL_Type