-
[该问题表现与类似](https://github.com/seata/seata/issues/5719)
数据库本身大小写不敏感,使用SpringDataJPA,原生SQL语句进行更新,但在语句中指定了别名,导致OracleEscapeHandler在根据列名获取columnMeta时获取不到,无法判断对应columnMeta中的false,从而判断是全小写而给整个语句添加引号
![i…
-
在Entity中的自增主键定义为
@Id
@GeneratedValue(strategy= GenerationType.IDENTITY)
private Long id;
Jpa会自动创建表的序列和主键Id列(类型为 serial8 )。SpringDataJpa在insert数据时不会写入id列的值,导致Seata AT模式在insert数据时报错 :io.seat…
-
First of all, many thanks for your extension, idea is just great.
However, I have issue with Pageable JPA repository.
In short, you can read [that topic](http://codingexplained.com/coding/java/spr…
-
When creating a repository query method that accesses a property of a field which is part of the primary key, calling that repository method in a test results in an `AssertionError`.
### Steps to r…
-
In a PostgreSQL database I've set up a `JSONB`-column containing an array of string values, and my end goal is to use a native `@Query` in a Spring Data JPA repository to retrieve the entity where thi…
-
**Describe the bug**
`S3StoreFactoryBean` class is is not able to autowire ApplicationContext in `@DataJpaTest` junit tests.
**To Reproduce**
Steps to reproduce the behavior:
1. Create some JPA …
-
## Bug Report
Current situation:
SpringBoot + Mybatis-Plus + MySQL8.0 + ShardingSphere-JDBC ===> SUCCESS
SpringBoot + SpringDataJPA + MySQL8.0 + ShardingSphere-JDBC ===> FAIL (read and write bo…
-
version
```
org.apache.shardingsphere
shardingsphere-jdbc-core
5.1.1
```
When I cross database query,it prompt "schme not exist" for me.
So what configuration does it need?of course I…
-
Здравей Лъчо,
Вече имам над 60% покритие по редове на Service слоя тестовете. Но въпреки това, има един проблем.
През цялото време имах чувство, че при работа с Repository-тата на in-memory база…
-
org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Naruszenie więzów integralności: "FK5SCO77GUB0AJ04AX6DCVDQ878: PUBLIC.APP_USER_ISSUE_OBSERVE FOREIGN KEY(ISSUE_ID) REFERENCES PUBLIC.ISSUE(ID)…