-
### Search first
- [X] I searched and no similar issues were found
### Description
# The problem
In my system, I am currently utilizing liquibase to create new tables and conditionally load test d…
-
## Context & versions
Hello,
I have been trying to replicate docker-compose but in k8s environment:
https://github.com/cardano-foundation/cardano-graphql/blob/master/docker-compose.yml
My config…
-
Hi, we discovered a problem persisting byte data into a postgresql text column after switching to pgjdbc-ng from the classical postgres jdbc driver.
I located the issue in the JavaTypeMapping class w…
-
Both Hibernate and EclipseLink have an `@Array` annotation for mapping Java arrays to SQL `array` types.
I therefore think we should add the following annotation to JPA:
```java
@Target({FIELD,…
-
* PostgresDB 는 lowercase table 과 column 을 권장한다
* 현재 공홈 DB 는 모두 camelCase 기반이다.........
* 대문자를 쓰기 위해서는 SQL Query 상에서 " " 를 붙여 명시해야 한다
* 즉, hibernate 설정을 변경하여 대문자가 포함된 쿼리를 날려도, 따옴표로 묶여있지 않다면 post…
-
### Issue Type
Others
### Have you searched for existing documents and issues?
Yes
### OS Platform and Distribution
centos7
### All_in_one Version
0.6
### Kuscia Version
0.7
### What happend…
-
### Describe the bug
The overview of a Programming exercise sometimes does not show the results from the latest submission. Instead it shows the result of a previous submission.
### To Reproduce…
-
Hello!
### Description
I try to get list of entity view with custom filter but I get an error
"class com.blazebit.persistence.view.impl.metamodel.FlatViewTypeImpl cannot be cast to cla…
-
### Brief Summary
Hello,
We just upgraded our persistence library from Hibernate 6.1.7 to 6.2.0. With this new version, our application crashes during the deployment with a lifecycle error:
```…
-
Currently both `com.sun.ts.tests.jpa.core.inheritance.abstractentity.FullTimeEmployee` and `com.sun.ts.tests.jpa.core.inheritance.abstractentity.Employee` have the annotation `@Table` with the same co…