-
**Describe the issue**
I try to insert a row to pgdb:
```sql
create table model (id bigint not null, date1 timestamp(6), date2 timestamp(6), primary key (id))
```
I create 2 Java timestamps:
```…
-
| Q | A
|------------ | -----
| Version | 4.0.x
This PR https://github.com/doctrine/dbal/pull/6463 and this topic https://github.com/doctrine/migrations/issues/1441 have highlight…
-
### Describe the bug
I can't use an enum type as part of a `case()` without casting.
Looks very similar to https://github.com/sqlalchemy/sqlalchemy/issues/6515
### Optional link from https://docs…
-
In versions 5.7.0 and 5.10.0 we released support for a new relation load strategy for PostgreSQL and MySQL as part of the `relationJoins` preview feature:
- Documentation: https://www.prisma.io/do…
-
### Basic information
* Axon Framework version: 4.9.3
* JDK version: 17
* Spring Boot 3.3.1
* Postgresql 16.3
* Complete executable reproducer if available (e.g. GitHub Repo): private, sorry
…
-
In versions 5.7.0 and 5.10.0 we released support for a new relation load strategy for PostgreSQL and MySQL as part of the `relationJoins` preview feature:
- Documentation: https://www.prisma.io/do…
-
I'm migrating a SS 3.7 site which is using silverstripe/postgresql to SS 4.7.2.
A DatabaseException is thrown when I run /dev/tasks/MigrateFileTask
```
[Emergency] Uncaught SilverStripe\ORM\Co…
-
### 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…
-
* **asyncpg version**:.29.0
* **PostgreSQL version**: 2.0.26
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: no
* **Python versi…
-
```golang
if err := orm.SetupConnections(orm.ConnectionConfig{
DB: db,
Dialect: orm.Dialects.PostgreSQL,
Entities: []orm.Entity{
//...
},
DatabaseValidations: true,
}); err != nil …