Phil Barber

Results 6 issues of Phil Barber

It would be helpful if Winnow supported the "NULLS LAST" clause that is available with SQL "ORDER BY" clauses. When our provider, koop-provider-marklogic (https://github.com/koopjs/koop-provider-marklogic), retrieves paged data and there is...

My customer needs to deploy code to a modules database via an appserver that is SSL-enabled. Since MLCP does not work with SSL, we can use the REST /documents endpoints...

I created a test for this extension. Since the test requires an SSL-enabled app server, I created the test in a separate directory with it's own resources file. It's a...

The Connection class permits the user to perform a PUT request, possibly including data. However, I have found that this method is not convenient for uploading files. Particularly non-json files....

Although the Requests package supports SSL, the MarkLogic Connection class does not have the plumbing in place to use that support. I will add a member variable to the Connection...