dynobase icon indicating copy to clipboard operation
dynobase copied to clipboard

query ignores parameters

Open jnsaff opened this issue 4 years ago • 2 comments

I'm creating a query with the query builder and it ignores both the scanindexforward and limit parameters. Otherwise the query is executed correctly and I can modify other parameters with the expected effect.

Version 0.7.3 Linux.

jnsaff avatar Jun 01 '20 08:06 jnsaff

Thanks for reporting bug @jnsaff! On it.

RafalWilinski avatar Jun 01 '20 10:06 RafalWilinski

ScanIndexForward seems to work as expected after all. Limit is not respected though.

There is an additional bug where hitting ctrl-R to rerun the query executes some previous query (not exactly table scan but just something from some point in the past, have not managed to put my finger on the exact conditions). Clicking on 'execute' with the mouse will run the correct query.

jnsaff avatar Jun 01 '20 11:06 jnsaff