kuzu
kuzu copied to clipboard
Testing framework improvement
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.