Mario
Mario
Hello @schauder Sorry for the late Honestly, I do not know if DEFAULT should be used for another thing than the ID field But I can see : -DEFAULT is...
I did a little project Please find the attachment [MappingTest.zip](https://github.com/spring-projects/spring-data-r2dbc/files/8349726/MappingTest.zip) This test ``` @SpringBootTest class OneTest { @Autowired lateinit var exchangesRepository: ExchangesRepository @Test fun test() { exchangesRepository.save(Exchanges(44, "66")).block() val res...
It seems that is related to NamingStrategy How to override it ? I need to add a double quote and keep the case of string inside @Column("Name")
```@Configuration open class R2dbcConfiguration : AbstractR2dbcConfiguration() { override fun connectionFactory(): ConnectionFactory { throw ExecutionControl.NotImplementedException("No need") } override fun r2dbcMappingContext(namingStrategy: Optional, r2dbcCustomConversions: R2dbcCustomConversions): R2dbcMappingContext { val context = super.r2dbcMappingContext(namingStrategy, r2dbcCustomConversions) context.isForceQuote...
Good idea Done https://github.com/arey/java-object-mapper-benchmark/pull/27
Hello, This is the error I got ``` resource "scaleway_rdb_instance" "main" { name = local.name node_type = var.db_type engine = var.db_version is_ha_cluster = true disable_backup = true user_name = var.db_username...
hello any update ?
Hello Thank you this command line works https://github.com/keshavbhatt/olivia/issues/95#issuecomment-774747492 But my wallet is empty?  May I find it somewhere else? Are there logs?