feat: ignorecase

improvements
This commit is contained in:
csh
2025-06-17 10:05:53 +08:00
parent 55be8c9e61
commit 7e9cf6d152
5 changed files with 104 additions and 102 deletions
+2 -1
View File
@@ -54,8 +54,9 @@ a ? b : c;
a ? b : c ? d : e;
// select
select ["test"] from table end;
Select ["test"] from table end;
vselect ["test"] from table end;
select distinct ["test"] from table where ['a'] = 1 end;
// array
a := array(1, 2);