Skip to content

Fix Model::loadXxx() /w limit/offset set#1011

Merged
mvorisek merged 4 commits intodevelopfrom
fix_loadone_limit1
Jun 24, 2022
Merged

Fix Model::loadXxx() /w limit/offset set#1011
mvorisek merged 4 commits intodevelopfrom
fix_loadone_limit1

Conversation

@mvorisek
Copy link
Copy Markdown
Member

fixes #1010

Array persistence does not need fix, as it wraps the Action

most tests should run /w all persistences but a lot of test redesign is needed

@mvorisek mvorisek changed the title Fix Model::load /w limit Fix Model::load /w limit/offset Jun 24, 2022
@mvorisek mvorisek added the bug label Jun 24, 2022
@mvorisek mvorisek changed the title Fix Model::load /w limit/offset Fix Model::loadXxx() /w limit/offset set Jun 24, 2022
@mvorisek
Copy link
Copy Markdown
Member Author

@mkrecek234 thank you for the report, the limit offset was also broken, now it should be fixed for both Array/SQL persistences

@mvorisek mvorisek force-pushed the fix_loadone_limit1 branch from c3593c3 to 4612fd7 Compare June 24, 2022 22:51
@mvorisek
Copy link
Copy Markdown
Member Author

before merge, I will also emulate support for MSSQL for limit = 0, all other DBs support it

@mvorisek mvorisek force-pushed the fix_loadone_limit1 branch from 4612fd7 to d4b4c1d Compare June 24, 2022 22:56
@mvorisek mvorisek merged commit e8759e4 into develop Jun 24, 2022
@mvorisek mvorisek deleted the fix_loadone_limit1 branch June 24, 2022 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

setLimit(1) not working

1 participant