-
Notifications
You must be signed in to change notification settings - Fork 19
Changelog
Tomas Bosak edited this page May 21, 2013
·
9 revisions
- Changed OGraphVertex to OVertex class
- Changed OGraphEdge to OEdge class
Tested against orientdb-1.4.0-20130408.154815-148 snapshot
- Implemented OrderBy method for SQL select queries
- Implemented Skip method for SQL select queries
- Implemented SET type de/serialization
- API for deleting documents, vertices and edges
- API for creating documents
- OBaseRecord class with OrientDB specific properties for custom model classes
- New SQL query generator/compiler with refactored API
- Custom exceptions
- Auto-reconnect of pool connections (e.g. when database went down and up again)
- Nuget package
- Fluent API for CREATE, SELECT, UPDATE and INSERT SQL query generation
- Execution of SQL queries and commands