mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
Added tests for in operator in rql2sql tool
This commit is contained in:
parent
b25d8a97f9
commit
2f9f6cfffc
@ -767,7 +767,6 @@ end;
|
||||
function TRQL2SQL.MatchFieldArrayValue(out lFieldValue: string): Boolean;
|
||||
var
|
||||
lChar: Char;
|
||||
lToken: TRQLToken;
|
||||
begin
|
||||
Result := True;
|
||||
while True do
|
||||
|
@ -1,3 +1,6 @@
|
||||
in(name,['joão','duarte'])
|
||||
and(eq(name,"João"),in(codperson,[1,2,3]))
|
||||
in(codperson,[1,2,3])
|
||||
eq(name,-1)
|
||||
contains(nome,"João")
|
||||
sort(+last_name);limit(0,1)
|
||||
|
Loading…
Reference in New Issue
Block a user