Skip to content

Commit

Permalink
Merge pull request #108 from Innov8tiveSoftware/master
Browse files Browse the repository at this point in the history
Fix version information in readme
  • Loading branch information
GrayDelacluyse committed Jun 28, 2016
2 parents b1bc84f + b88cf34 commit e8c2800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,14 +3,14 @@ OrientDB-NET.binary is C#/.NET driver for [OrientDB](http://www.orientdb.org/) d
Now Contains
---------------------------------------------

* Written in DNX RC2 for DNX and .Net 4.5.1 support
* Written in DNX Release 1 for DNX and .Net 4.5.1 support
* Better handling of ordered edges
* Support for LoadRecord and CreateRecord operations - faster than performing the same action via SQL commands
* Improved mapping code for generic types to/from ODocuments - much faster, avoids repeated reflection
* Support for fetch plans using LoadRecord to pull back a whole tree of objects in one request
* Initial support for transactional create/update/delete - should be much faster than multiple individual SQL commands
* Better support for derived types - .ToUnique<TBase> will construct a TDerived if the database record is of type TDerived
* Initial support for the OrientDB 2.0 binary protocol
* Initial support for the OrientDB 2.2 binary protocol
* Automatic schema creation from public properties of C# types (Database.Create.Class<T>().CreateProperties().Run())

Fetching a large block of records from the DB via Database.Load.ORID(orid).FetchPlan(plan) and converting them to typed objects about 6 times faster than original code using SQL commands and old mapping.
Expand Down

0 comments on commit e8c2800

Please sign in to comment.