Skip to content

Releases: voronov-maxim/OdataToEntity

referenced edm models

02 Dec 11:56
Compare
Choose a tag to compare

support referenced edm models
support GraphQL

many-to-many without join class

31 Oct 19:23
Compare
Choose a tag to compare

many-to-many without join class
bug fix

eliminates subquery (N+1)

18 Aug 15:08
Compare
Choose a tag to compare

eliminates subquery (N+1) and replaces them with 'LEFT JOIN'
add support filter navigation properties one-one relationship
add support in operator
fix client evaluation string concat and datetime functions

Last before switch to groupjoin

03 Jun 17:59
Compare
Choose a tag to compare

porting to netcoreapp2.1
add support ef core shadow property
improved build edm model
add support sourcelink

bugs fixed

Server-Driven Paging

04 Mar 17:23
Compare
Choose a tag to compare

Server-Driven Paging

add support navigation property odata.nextLink
add support $skiptoken
add support header Prefer: odata.maxpagesize
add support $compute
add project OdataToEntity.AspNetCore
add ODataResult for controller

bugs fixed

1.3.0

05 Nov 16:21
Compare
Choose a tag to compare

add support odat.nextLink
add support EdmEntityType hierarchy
add support ef core dbfunction
add support Ef core DbContextPool

bugs fixed