-
error
```
sql: Scan error on column index 1, name "signid": converting driver.Value type []uint8 ("13727213540140455812") to a int64: value out of range
```
table schema
```
Signid int64 …
-
## GORM Playground Link
1. Cloned the repository
2. Ran the ./test.sh
```bash
$ ./test.sh
git clone --depth 1 -b master https://github.com/go-gorm/gorm.git
Cloning into 'gorm'...
remote: E…
-
I am using mysql as database but drivers of other databases are also installed.
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/712
## Description
For the following model
```go
type Common struct {
TenantID uint `gorm:"primarykey"`
}
type Use…
-
1. [gorm.io/driver/sqlite v1.5.3 normal operation](https://github.com/xuxiaowei-com-cn/sqlite-err/commit/83e9d02b6162470a90b7a9558e4f90dd526b1dd2)
2. [gorm.io/driver/sqlite v1.5.4 Abnormal operation:…
-
I'm trying to figure out how to add custom functions. When I register the custom functions directly to the modernc lib, then I get the following error because both the glebarez lib and the modernc cal…
-
# Summary
In `go-gorm/sqlite`, composite primary keys (i.e., tables with more than one primary key) are not detected correctly. The library recognizes only the first key, failing to mark the other …
-
## Describe the feature
Unless I am mistaken, Gorm does not support a network connected SQLite database, specifically [libsql](https://github.com/tursodatabase/libsql) / [Turso](https://turso.…
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/701
## Description
There are two struct `User` and `Profile`. Before I add `UserID` field in User, the test is passed.
After I …
fnsne updated
8 months ago
-
## Describe the feature
Support the Sqlite `INDEXED BY` clause when using the `UseIndex` hint.
https://www.sqlite.org/lang_indexedby.html
https://gorm.io/docs/hints.html
## Motivatio…