Mark Paluch
Mark Paluch
> Any reason for not adding this in Master-replica setup? Master Replica has been introduced as additional variant to enable replicas through the Commands API instead of requiring users to...
If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it and, ideally, providing a [minimal yet complete sample](https://stackoverflow.com/help/mcve) that...
`R2dbcMappingContext` doesn't quote identifiers by default. Can you retest when setting `R2dbcMappingContext.setForceQuote(true)`? I think you will have to register a custom `R2dbcMappingContext` bean.
No worries, some pull requests remain open for quite some time because we have to prioritize sometimes other things and so sometimes, pull requests don't get much attention. In any...
Using properties parsing seemed to be the simplemost approach. We'd be happy to review a pull request.
This is by design. Lettuce is intended for advanced high-performance usage where we have several pre-initialized buffers to be used for sending and receiving commands. The event-based design requires a...
Thanks for reporting the issue. We should consider comment blocks when looking for quotes. While it is a regression for the JDBC module, this has never worked for `SpelQueryContext`.
We require some sort of comment processing (single-line and multi-line comments) to pre-process the query, or better, to ignore sections. In some cases, comments should be sent to the database....
Exactly. Spring Data REST is built on top of Jackson, and we use Jackson in various areas. It would require a significant rework to support other serialization mechanisms.
The overall issue is that Broadcom has almost halved our team who was looking into R2DBC. We have no capacity to look into projects other than our core duties. This...