kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Testing framework improvement

Open acquamarin opened this issue 9 months ago • 0 comments

I think it is better to make keywords case-insensitive. E.g.:

-STATEMENT CREATE (p:PERSON {ID: 5})
---- OK

throws an exception since the OK is in upper case rather than lower case. To make our testing framework more user friendly, it is better to make those keywords case insensitive.

acquamarin avatar May 11 '24 05:05 acquamarin