-
Hello everyone,
this seems to be an edge case in edge case... conditions for the issue:
* PostgreSQL
* `@Query`
* custom type (e.g. `VendorId`)
* nullable
* sending null
If any of condition…
-
### This issue is unique
- [X] I have used the [search tool](https://github.com/obiba/Opal/issues?q=) and did not find an issue describing my bug.
### Version information
4.6.4
### Expected behavi…
-
I defined an entity class:
```java
class Clazz{
private long id;
private String cityHash;
public Clazz(){}
public Clazz(String cityHash){
this.cityHash = cityHash
…
-
`R2dbcEntityTemplate` support some operations based on `org.springframework.data.relational.core.query.Query` and `org.springframework.data.relational.core.query.Update`, like
`public Flux select(Q…
-
## Question
**For English only**, other languages will not accept.
Before asking a question, make sure you have:
- Googled your question.
- Searched open and closed [GitHub issues](https://g…
-
### 当前使用版本(必填,否则不予处理)
3.4.1
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
添加新注解@Unique
我的业务需求比较特殊,数据库除了主键约束外基本没有其他约束,一些约束都是在java程序里面实现的.例如校验某个字段的唯一性(希望官方也加一个吧)
```
package com.example.unique.domain;
imp…
-
I'm trying to set up a local instance with Docker and PostgreSQL with the following service configuration in a Docker compose file:
```yaml
hawkbit:
image: hawkbit/hawkbit-update-server:lates…
-
Hello, I'm getting an error every time I start my springboot application with shedlock and it tries to get the lock of a scheduled task for the first time.
I'm adding some information as suggested by…
-
**[Emerson Farrugia](https://jira.spring.io/secure/ViewProfile.jspa?name=mers)** opened **[SPR-10808](https://jira.spring.io/browse/SPR-10808?redirect=false)** and commented
I've hit an issue where a…
-
Bulk-insertion is not supported on MySQL 5.7 so we had to introduce a workaround in b8857d5770a30a76142d82218815a40d95b883a0 to speed-up the creation of analysis.
Because bulk-insertion is not supp…