-
-
### What happened?
We updated to the latest AWS provider, and our DMS updates started hitting this:
```text
aws:dms:ReplicationTask (foo-dms):
error: aws:dms/replicationTask:ReplicationT…
-
When attempting to run my Go application with GORM using the PostgreSQL driver, I encountered the following error:
```
# gorm.io/driver/postgres
../../../go/pkg/mod/gorm.io/driver/postgres@v1.5.5…
-
目前只看到了对mysql的支持,如果需要支持postgresql,需要修改什么地方呢?
-
**Describe the bug**
When calling conn.Exec to set a local postgres with parameters, a syntax error is returned.
This started happening in v5.5.4 and looks to be related to adding parentheses around…
-
## Your Question
Got error saying `table "users" has more than one primary key`
```txt
2023/12/22 22:02:05 [...] table "users" has more than one primary key
[0.031ms] [rows:0] CREATE TABL…
-
**Is your feature request related to a problem? Please describe.**
This issue is really similar to , with the only difference that I'd like to be able to do the opposite: retrieving an `interval` f…
-
## GORM Playground Link
(no playground link)
## Description
Postgres has a max identifier length of 63 bytes. I see a test here that's asserting for 64 characters/bytes.
https://github…
-
I can't find it now
https://github.com/jinzhu/gorm/issues/628
it was supported in the past, right?
-
When I am on a system not set to UTC, and store a timestamp to a database via the database/sql compatible interface, the value in the database is stored with the same numeric value but the zone set to…