fix for issue #353
Almost all database_api
calls had no default values for their arguments. If omitted from call they would stay uninitialized. Now limit
defaults to 0, which became forbidden value. order
defaults to new value not_set
. Also passing call with empty list where it is main source of data for the request became forbidden as well (f.e. find_comments
with empty list of comments
).