danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config[TMVCConfigKey.MaxEntitiesRecordCount] doesn't work

sonjli opened this issue · comments

Hello,
any value you put in Config[TMVCConfigKey.MaxEntitiesRecordCount], non changes in RQL max entities is done.
The problem is in MVCFramework.ActiveRecord.InternalSelectRQL where the parameter "MaxRecordCount" is not used.

The followin image shows my actual solution:
Schermata da 2020-10-09 08-55-38

Thanks,
Eddy

Thank you, the fix is in the repo.