Last modified: 2007-11-01 18:59:57 UTC
Please add a command line version of api.php that does not impose result set size restrictions.
Removed "easy" :) It is fairly simple to remove maximum limit checks when processing an internal query. Implementing a nice command line script that takes all the arguments (possibly from a file), and passes it to the API is a bit harder.
> It is fairly simple to remove maximum limit checks when processing > an internal query. How so? It's embedded pretty deep in ApiBase at last look. > Implementing a nice command line script that takes all the arguments > (possibly from a file), and passes it to the API is a bit harder. Nah - just expect a single argument called "query" which is the query string (same as would be in a url). Run that through parse_str() and pass the params off to the ApiMain derivitive. I stand by my "easy" keyword :)
Maximum limit removed in 24099
(In reply to comment #3) > Maximum limit removed in 24099 > Does that mean this is fixed, or is this bug still supposed to be open? Either way, no one's posted on it since July.
(In reply to comment #4) > (In reply to comment #3) > > Maximum limit removed in 24099 > > > > Does that mean this is fixed, or is this bug still supposed to be open? Either > way, no one's posted on it since July. > The CLI is still being worked on (though I don't know, ATM, by whom). I'd suggest leaving this open until we really have something working. :)