You are not logged in.
Pages: 1
mORMot2, commit 4af3b0f
Unit mormot.orm.rest, Line 1598
What is the purpose of the "Tables" parameter?
function TRestOrm.ExecuteJson(const Tables: array of TOrmClass;
const SQL: RawUtf8; ForceAjax: boolean; ReturnedRowCount: PPtrInt): RawJson;
begin
result := EngineList(SQL, ForceAjax, ReturnedRowCount);
end;
With best regards
Thomas
Offline
Thank you for the explanation. I have previously searched for other overrides in the source code and found none. That's why I didn't know what to do with it.
Have a nice weekend.
With best regards
Thomas
Offline
Pages: 1