Craig Henderson
Craig Henderson
This issue is fixed. The cited example passes with in the current `origin/master`. The nullptr check is present in sqlhelper.cpp (300) ```C++ void printCreateStatementInfo(const CreateStatement* stmt, uintmax_t numIndent) { inprint("CreateStatement",...
I think `NOT` should be supported in front of any expression, and not specific to `LIKE`/`ILIKE` keywords, shouldn’t it?
Thanks for the quick response! I’m not familiar with the standards, so didn’t appreciate this is an extension, although widely supported. I don’t have experience with parsers, but maybe I’ll...