Improve error message for bad/incomplete expression. It's still possible to generate an invalid expression with a non-matching number of opening and closing brackets.
modified pkg/query.c
@@ -562,6 +562,10 @@ format_sql_condition(const char *str, struct sbuf *sqlcond)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|