You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that mongodb:insert supports maps for the $documents parameter, but mongodb:find returns strings rather than maps. This is fine, as we can just use parse-json to handle the results, but now that XQuery 3.1 supports maps and arrays and now that eXist has native support for parse-json (allowing us to drop dependencies on xqjson), I think there are still definitely opportunities to migrate the API to support these nice and convenient features of XQuery 3.1.
thnx @joewiz , yes the intention is to make the extension in line with the spec (my name is on it as well). I had a huge backlog, which is almost done. I'll upload a new version soon...
keywords: Maps, Arrays
The text was updated successfully, but these errors were encountered: