Hi all,
I was playing with the python examples of basex version 6.7.1-1 from the debian-wheezy repository. I've used the corresponding BaseXClient.py to establish a connection/add/update/query stuff and so on, it worked very well.
Now I've noticed the new 7.0.2 version and now I've got problems with the query/iterate operation.
In the 6.7 example one starts a query and iterates over the results, using the more method, which sends \x01 followed by the query-result id.
But the examples of 7.0.2 don't behave like this anymore, instead they cache the complete result on the client side.
I've tried to rebuild the old 6.7 behaviour with the commands shown here, http://docs.basex.org/wiki/Server_Protocol but I wasn't successful.
Is is still possible to query and iterate on the server side instead, of caching the complete result on the client side?
Am I doing things the wrong way? If I do, could you please point me to the right direction or examples, documentation?
Best regards Fabian