Maulik Modi
Maulik Modi
@marrrschine , Do you mind sharing Datamodel?
@pdevito3 , did you manage to made further progress? OData team is about to release 8.0 RC3 https://github.com/OData/AspNetCoreOData/releases/tag/8.0.0-rc3
#928 Chunked Encoding
It is just that RFS2518 is obsolete. For new comers, RFC4918 should be the way to go.
@skoruba , thanks a lot. This is awesome, looking forward to 1.0 release
@skoruba , @thomas-illiet and @sgebhardt, What is blocking here?
@dogac00 , Postgres being a case sensitive database, Ideally I would either use *Lowercase* or *Snake case* for column names
@SwissMaWi , You are right it indeed has a limitation. Could you please format the code? @mgravell or @SamSaffron , your thoughts?
@SwissMaWi , Do you mean something like https://github.com/tmsmith/Dapper-Extensions/blob/master/DapperExtensions/DapperImplementor.cs I had to use DapperExtensions because it allows Fluent mapping in separate class as opposed to Attributes decorated on top of entities.