Skip to content
Tomas Bosak edited this page May 21, 2013 · 9 revisions

Next version

  • Changed OGraphVertex to OVertex class
  • Changed OGraphEdge to OEdge class

0.2.1 (Current version)

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

0.2.0

  • 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

0.1.1

  • Auto-reconnect of pool connections (e.g. when database went down and up again)

0.1.0

  • Nuget package
  • Fluent API for CREATE, SELECT, UPDATE and INSERT SQL query generation
  • Execution of SQL queries and commands
Clone this wiki locally