-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/537
## Description
`User` and `UserProp` models are saved independently in different API endpoints so they are _not_ connect…
-
实例如下:
`
package main
import (
"fmt"
"net/http"
"github.com/qor/admin"
"github.com/jinzhu/gorm"
_ "github.com/jinzhu/gorm/dialects/mysql"
"github.com/qor/qor"
)
// Define a GOR…
-
## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphe…
-
go install gorm.io/gen/tools/gentool@latest
mod/github.com/!click!house/ch-go@v0.48.0/proto/ipv4.go:5:2: package net/netip is not in GOROOT (/usr/local/go/src/net/netip)
-
(moving issue from https://github.com/grails/grails-data-mapping/issues/1020 to here)
See https://github.com/jeffbrown/servicetestproblem
Domain:
```groovy
package servicetestproblem
clas…
-
## Describe the feature
Merge (upsert) queries currently require all of the columns in `clause.Conflict.Columns` to be primary keys, otherwise it silently falls back to a regular insert.
A tab…
-
For paging it's often convenient to get the total number of items without regards to the limit and offset.
It's not trivial to do so https://github.com/jinzhu/gorm/issues/1752
-
The GORM documentation seems to have two different configuration options with contradictory defaults for the flush mode:
![image](https://user-images.githubusercontent.com/361184/40433870-15a71de4-…
-
After update this library we start to receive this error:
INFO[0121] SQLExecute: {HY105} [NetSuite][ODBC 64 bit driver][OpenAccess SDK SQL Engine]Invalid parameter value for parameter:1.[10105] modu…
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/659
## Description
I am developing a server application using gorm—thank you for providing such a useful ORM tool. In produc…