dynobase
dynobase copied to clipboard
query ignores parameters
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.
Thanks for reporting bug @jnsaff! On it.
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.