Use table defaults for empty object insert

Fixes #616
This commit is contained in:
Joe Nelson
2016-06-02 08:40:24 -07:00
parent c0c1a260ba
commit 5e3d9442af
4 changed files with 22 additions and 9 deletions
+1
View File
@@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Ensure that Location header in 201 response is URL-encoded - @league
- Fix garbage collector CPU leak - @ruslantalpa et al.
- Return deleted items when return=representation header is sent - @ruslantalpa
- Use table default values for empty object inserts - @begriffs
## [0.3.1.1] - 2016-03-28