gremlin-node
gremlin-node copied to clipboard
Missing boolean/Boolean types in gremlin.Types?
trafficstars
Boolean and boolean types aren't exposed in gremlin.Types. Is this by design?
> var Gremlin = require('gremlin');
> gremlin = new Gremlin({
classpath: [ path.join(__dirname, 'target', '**', '*.jar') ],
options: [ ... ]
});
> gremlin.ClassTypes
{ String: {},
Vertex: {},
Edge: {},
Byte: {},
Character: {},
Double: {},
Float: {},
Integer: {},
Long: {},
Short: {},
Number: {},
BigDecimal: {},
BigInteger: {} }
Hi @saidimu. I'm now actively maintaining this project. Are you still using gremlin-node?
I will probably fix this issue in the near future, since it looks trivial, but would like to know whether you are still an active user or not.
Hi @jimlloyd, I moved away from Titan. I'm also not certain how this fits into Titan 0.5's revamp.