gremlin-node icon indicating copy to clipboard operation
gremlin-node copied to clipboard

Missing boolean/Boolean types in gremlin.Types?

Open saidimu opened this issue 11 years ago • 2 comments
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: {} }

saidimu avatar May 18 '14 03:05 saidimu

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.

jimlloyd avatar Oct 30 '14 18:10 jimlloyd

Hi @jimlloyd, I moved away from Titan. I'm also not certain how this fits into Titan 0.5's revamp.

saidimu avatar Nov 04 '14 15:11 saidimu