-
I'm running an index and various pieces of code are complaining that the database is locked:
- `index: database is locked for “”`
- `photo: database is locked (save after deadlock)`
- `index: da…
-
본 프로젝트 때는 빠르게 API 작업을 들어가기 위해 외부 라이브러리나 서비스 등과 연동된 기능을 먼저 익혀보는 게 좋지 않을까 하는 생각이 들었습니다
그래서 저는 본 기능 들어가기 전에 Postgresql 연동 + Transaction 적용을 먼저 적용해볼까 합니다!
저번 스크럼 때
- Go Calendar API 연동 테스트
- CLI 구…
-
**Description**
The SQL validator in the mothership is non-reliable and allows also invalid SQL queries:
A refactoring is required which removes static-values in the SQL statement by placeholder…
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/444
## Description
Runing a `SELECT SUM(column)` query over a table returns wrong results.
For a table with a column `amo…
-
I want to use Gorse with PostgreSQL (latest alpine image). The second and re-launch of containers are performed with the following error in the log.
```
master_1 | 2022/05/23 14:58:11 /go/pkg/m…
ben73 updated
2 years ago
-
It failed with the following error message:
```
ERROR: column "column_comment" does not exist (SQLSTATE 42703)
```
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/416
## Description
Database: **cockroachdb**
Timezone: Europe/Rome or any other
When a record is created, the create…
-
Hi,
I'm running postgres 11.5 (via RDS, though I don't think it matters) and when I try to connect with pg I get the following error:
```
"pg: SASL: got \"SCRAM-SHA-256-PLUS\", wanted \"SCRAM-SHA…
-
### Is this related to a problem?
A clear and concise description of the issue, e.g. I'm always frustrated when...
### Feature description
Describe what you want to happen.
### Describe altern…
-
## Your Question
i'm trying gorm
i started with the example on "getting started" doc; it use sqlite as db and when gorm creates new records, primary key is auto incremented
so i t…