Skip to content

Commit

Permalink
Increase WQL_MAX_SYMBOLS to 128 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpingYang001 authored and Yash-Khatri committed Aug 9, 2022
1 parent 1704cd0 commit cf18d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unix/wql/wql.h
Expand Up @@ -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
Expand Down

0 comments on commit cf18d99

Please sign in to comment.