the size of the OMultiCollectionIterator instance should be returned and no exceptions should be thrown. Same script used to work prior to 3.2.0 (e.g. works fine in 3.1.7) ...
var orientdb = require('node-orientdb-http'); var db = orientdb.connect({ host: "http://localhost:2480", user: "admin", password: "admin", database: "test" }); db.on ...