ActiveData
ActiveData copied to clipboard
Throw error when missing limit clause?
The current behaviour is to return 10 values if there is no limit
. This keeps the simplest query simple ({"from":table}
), but it can be confusing; despite the round number 10.
Should we demand a limit
clause? Maybe only in certain cases?