ServiceStack OrmLite PUT deletes all the fields except those are passed -


servicestack ormlite put deletes fields except passed

you can use ormlite's updatenondefaults api , if want update fields have non-default values, still updating fields puts, if want update partial fields use patch. whilst post's typically used creating (inserting) resources or other non-idempotent requests.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

React Native allow user to reorder elements in a scrollview list -

multithreading - Exception in Application constructor -