micronaut-projects / micronaut-r2dbc

Integration with R2DBC modules
Apache License 2.0
26 stars 8 forks source link

R2DBC using Postgres Dialect Failed #264

Open 1988gadocansey opened 2 years ago

1988gadocansey commented 2 years ago

Expected Behavior

Book saved

Actual Behaviour

Cannot save book because author is always null request { "title":"Computational Biology", "pages":900, "author_id":1 }

response { "message": "Bad Request", "_links": { "self": { "href": "/books", "templated": false } }, "_embedded": { "errors": [ { "message": "Required argument [Book book] not specified", "path": "/book" } ] } }

Steps To Reproduce

No response

Environment Information

Mac OS Java 17, Kotlin 1.7

Example Application

No response

Version

3.5.1

graemerocher commented 2 years ago

Please provide an example

fragaLY commented 1 year ago

@1988gadocansey , checked, everything is good.

The sample: https://github.com/fragaLY/performance-researches/tree/master/micronaut-reactive

@graemerocher JFYI