Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing boolean/Boolean types in gremlin.Types? #65

Open
saidimu opened this issue May 18, 2014 · 2 comments
Open

Missing boolean/Boolean types in gremlin.Types? #65

saidimu opened this issue May 18, 2014 · 2 comments

Comments

@saidimu
Copy link

saidimu commented May 18, 2014

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 saidimu changed the title Missing boolean type in gremlin.Types? Missing boolean/Boolean types in gremlin.Types? May 18, 2014
@jimlloyd
Copy link
Collaborator

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.

@saidimu
Copy link
Author

saidimu commented Nov 4, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants