Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R2DBC using Postgres Dialect Failed #264

Open
1988gadocansey opened this issue Jun 16, 2022 · 2 comments
Open

R2DBC using Postgres Dialect Failed #264

1988gadocansey opened this issue Jun 16, 2022 · 2 comments

Comments

@1988gadocansey
Copy link

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
Copy link
Contributor

Please provide an example

@fragaLY
Copy link

fragaLY commented Feb 15, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants