-
QueryDSL 적용 후 Github CI 작업 도중, Q class가 생성되지 않아 빌드 실패
-
In GitLab by @haaeee on Jan 26, 2023, 15:00
---
name: Feature Template
assignees: 'jaime'
---
## 🤷 구현할 기능
프로젝트 공통적으로 필요한 dependency 및 환경 구성
## 🔨 상세 작업 내용
- [ ] implementation 'org.springframework…
-
https://squirls.readthedocs.io/en/master/setup.html
I followed the readthedocs setup instructions and downloaded release 2.0.1 from the releases page.
But I can't find the squirls-cli.jar file?
…
-
### Describe the bug
I have a specific constraint for two columns. When I try to insert with a constraint violation, the method `onDuplicateKeyUpdate` or `onDuplicateKeyIgnore` doesn't catch the ex…
-
Hello:
```
First of all, I create a MGR on MySQL 8.0.25 what are they one Primary and two SECONDARY.
I have a problem which is readwrite-splitting when using Spring Data JPA.
It's not wo…
-
## Setup
### Versions
- **Rust:** 1.70.0
- **Diesel:** 2.1.0
- **Diesel_async:** 0.3.0
- **Database:** (Postgres Ubuntu Latest)
- **Operating System** Mac
### Feature Flags
- **die…
-
**[Mark Pollack](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.pollack)** opened **[DATAMONGO-103](https://jira.spring.io/browse/DATAMONGO-103?redirect=false)** and commented
Instead of
`…
-
A `nested` query has to be marked `Verbatim`, even when its `query` is marked `Verbatim`, because the conditionless check on the `nested` query does not take into account the `query` being marked `Ver…
-
Limit is not supported in SQL Server, I'd like to put a "TOP N" after the select.
e.g.
"SELECT TOP 3 * from table"
I can append things to the end e.g. ```select.from(blah).append(sqls" with…
-
It seems that the issue occurs after modifying an `@Entity` file. Maybe the compilation process cannot overwrite existing Q files?
The issue occurs in the project `challenge-service` where I use Qu…