-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/168
## Description
There is an issue when loading a model with composite primary keys from a sqlite3 database where the .Tak…
-
**Why is this needed**:
Currently we need to build the Grafana backend with `CGO_ENABLED=1` because of our use of `github.com/mattn/go-sqlite3`. A pure Go alternative is available - `github.com…
-
## Playground Pull Request Link
https://github.com/go-gorm/playground/pull/743
## Description
When using Joins/InnerJoins, there is an inconsistency about how the join clause is processed.
…
-
## GORM Playground Link
```
type Product struct {
Price float64 `gorm:"type:decimal(10,2);not null"`
}
...
DB.AutoMigrate(Product{})
```
## Description
The database is initializ…
-
Referring to these docs https://github.com/blue-jay/blueprint/wiki/Use-Gorm-with-Blueprint
Under Example Model you have:
database "github.com/blue-jay/blueprint/lib/gorm"
I assume you downloaded th…
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/405
## Description
I think, Gorm should generate valid sql and be able to delete resources with composite primary ke…
-
- mod
go 1.20
```
require (
github.com/coreos/go-systemd/v22 v22.5.0
github.com/gin-gonic/gin v1.9.1
github.com/sirupsen/logrus v1.9.3
github.com/thomas-tacquet/gormv2-logrus v1.2.2
gop…
-
Thanks for ur amazing work on https://github.com/glebarez/go-sqlite, which is VERY great project.
BTW, is there any possible way to encrypt database without relying on `CGO`?
-
`github.com/gin-contrib/sessions@v0.0.5`
```sh
Command 'gopls.upgrade_dependency' failed:
Error: err: exit status 1: stderr: go:
github.com/gin-contrib/sessions@upgrade (v0.0.5)
requires git…
-
### Feature Description
Why can't TypeORM automatically migrate schema when data models (entities) changed?
I am moving from [GORM](https://gorm.io/docs/migration.html), which has really nice feat…