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

Traverse #160

Open
parkaran opened this issue May 23, 2018 · 1 comment
Open

Traverse #160

parkaran opened this issue May 23, 2018 · 1 comment

Comments

@parkaran
Copy link

Is there a Way to use Traverse using these drivers, or other ways to query into a graph DB??

@RaffaeleMays
Copy link

Same problem:
When I do this
DB.Query("traverse * from #16:0");
it give me this exception:

System.FormatException: L'input non è una stringa Base 64 valida poiché contiene un carattere non Base 64, più di due caratteri di riempimento oppure un carattere non corretto tra i caratteri di riempimento. in System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength) in System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength) in System.Convert.FromBase64String(String s) in Orient.Client.Protocol.Serializers.RecordCSVSerializer.ParseRidBags(Int32 i, String recordString, ODocument document, String fieldName) in Orient.Client.Protocol.Serializers.RecordCSVSerializer.ParseFieldName(Int32 i, String recordString, ODocument document) in Orient.Client.Protocol.Serializers.RecordCSVSerializer.Deserialize(String recordString, ODocument document) in Orient.Client.Protocol.Serializers.RecordCSVSerializer.Deserialize(Byte[] rawRecord, ODocument document) in Orient.Client.Protocol.Operations.Command.Command.ParseDocument(BinaryReader reader) in Orient.Client.Protocol.Operations.Command.Command.Response(Response response) in Orient.Client.Protocol.Connection.ExecuteOperationInternal(IOperation operation) in Orient.Client.Protocol.Connection.ExecuteOperation(IOperation operation) in Orient.Client.ODatabase.Query(String sql, String fetchPlan) in Orient.Client.ODatabase.Query(String sql)
Thanks

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