-
Hello!
I have a problem in the integration of pgjdbc with spring jdbc. Spring JDBC code:
https://github.com/spring-projects/spring-framework/blob/master/spring-jdbc/src/main/java/org/springframework/…
-
In `GenericMapStore` we need to detect a primary key violation, currently we do that by checking exception message: https://github.com/hazelcast/hazelcast/blob/fc4c03a51be9af8410bb9e4871c45a019e316bfb…
-
H2:
config: `spring.datasource.url: jdbc:h2:mem:testdb;MODE=MYSQL`
sql: `select cast ('1' as unsigned integer) `
exception `JdbcSQLNonTransientException Unknown data type: "UNSIGNED"`
Maven + PO…
-
I have a deadlock in SQL Server.
**LOG**
```
Forwarding to error page from request [/login] due to exception [PreparedStatementCallback; SQL [INSERT INTO SPRING_SESSION_ATTRIBUTES(SESSION_PRIMARY…
-
## Description
Something that is perhaps a bug, but definitely isn't documented, is that Mongock does not throw an exception if two of more change units/logs share the same `order` string value. I …
-
Hi,
I'm using spring-data-jdbc 2.3.1 and by reading https://docs.spring.io/spring-data/jdbc/docs/current/reference/html/#repositories.query-methods.query-property-expressions , find by nested propert…
-
I'm using Liquibase to update my database from two sides:
1. Via the Liquibase Maven plugin
1. Via Spring with SpringLiquibase that updates the database upon application startup
Running vacuum from …
-
###### Which version and edition of Flyway are you using?
9.19.4
###### If this is not the latest version, can you reproduce the issue with the latest one as well? (Many bugs are fixed in newer …
-
环境
CentOS 7
操作系统时区 东8区
jdk 1.8.0_201-b09
spring boot 1.5.18
taos 客户端 3.2.2.0
jdbc 版本 3.2.7
连接池均使用 ali druid (com.alibaba:druid:1.1.9/ com.alibaba:druid:1.0.26)
阿里云 RDS mysql 5.6 数据库默…
-
I would like to know how to exclude a specific dependency from spring boot dependencies in gradle. I am asking this because due to internal restriction and licensing, I can't pull `com.oracle.database…