Roman Gordon
Roman Gordon
Yea, driver have some problem with cluster / class management. #8
@jersiovic, Write Linq provider to the orientdb is not easy task at all, special that SQL Parser will be changed in the next releases. But your idea is very cool,...
Guys, I think that writing LINQ provider to orientdb is an excellent feature that will give .NET developers the ability to quickly start using this database. I spoke with the...
@chubie, You absolutely right, current implementation already support fluent API for select statement to. Look to the this test case https://github.com/orientechnologies/OrientDB-NET.binary/blob/master/src/Orient/Orient.NUnit/Query/SqlGenerateSelectQueryTests.cs
Can you post your test case ?
OrientDB has issue with date's < 1582-10-14 Because of using standard Java datetime classes this different handled by .NET. I still looking how to tackle such problem :(