fix: vtable max rows limit not applied
- We didn't apply vtable max rows value when executing local sql. We tried to lookup it in the execute options hashmap and took the default value instead, though it was not stored in the hashmap.
parent
18f4db0d
No related branches found
Tags 1.7.3
Showing
- sbroad-cartridge/test_app/test/integration/options_test.lua 10 additions, 0 deletionssbroad-cartridge/test_app/test/integration/options_test.lua
- sbroad-core/src/executor/engine/helpers.rs 2 additions, 2 deletionssbroad-core/src/executor/engine/helpers.rs
- sbroad-core/src/executor/engine/helpers/storage.rs 1 addition, 2 deletionssbroad-core/src/executor/engine/helpers/storage.rs
Loading
Please register or sign in to comment