issues
search
go-gorm
/
gorm
The fantastic ORM library for Golang, aims to be developer friendly
https://gorm.io
MIT License
37.02k
stars
3.94k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fatal error: concurrent map writes in "parseRelation" function
#7287
leecoolyyds
opened
1 day ago
4
[BUG] Gorm keeps garbage associations in the database
#7286
droslean
opened
1 day ago
2
cgo: cannot parse $WORK\b167\_cgo_.o as ELF, Mach-O, PE or XCOFF
#7285
D06F6E67
opened
2 days ago
0
gorm 使用shardingsphere做分表,新增数据时时报了如下错误
#7284
andrewlfw
opened
2 days ago
1
HasTable函数不正确,
#7283
guanfj
opened
4 days ago
3
Struct Tags/Fields Tags not work when call db.AutoMigrate()
#7282
Scythemen
opened
4 days ago
1
autoUpdateTime and default seem to be conflicting
#7281
diwuwudi123
opened
5 days ago
2
Statement.table has a BUG.
#7280
YuzuWiki
opened
1 week ago
2
Update field.go
#7279
GocaMaric
closed
1 week ago
0
Update field.go
#7278
GocaMaric
closed
1 week ago
0
能否新增WhereIf 根据值过滤条件
#7277
yibird
closed
6 days ago
2
feat(expression): support case-when expression
#7276
minhtri1396
opened
1 week ago
1
AutoMigrate函数迁移sqlite数据库表失败
#7275
viyonBox
opened
1 week ago
5
Panic saving a struct with nil value field and json serializer
#7274
mytlogos
opened
1 week ago
4
Error Not Found but not return error in gorm postgresql
#7273
adhiva
closed
1 week ago
1
Preloaded association goes away when replacing with Omit
#7271
apuatcfbd
opened
1 week ago
1
GORM GaussDB Driver
#7270
okyer
closed
1 week ago
1
[#6372] Fixed nullable constraint bug for columns during auto migration
#7269
wookie0
closed
1 week ago
3
Gorm callbacks using raw() or native query not worked
#7268
mftakhullaziz
opened
2 weeks ago
1
使用 save 更新已有数据为什么需要传 created_at ? 做成在 更新时忽略 created_at 会不会更好一些
#7267
hhstu
opened
2 weeks ago
2
fix: table not change (#6913)
#7266
ZiRunHua
closed
2 weeks ago
1
Delete() 在删除关联的Associate 时候的sql 执行顺序是不固定的?
#7264
jaxsong
opened
2 weeks ago
1
fix: update incorrect default name when parse dest model field.
#7263
zyb-992
closed
2 weeks ago
1
db.save() is not behaving as expected when updating
#7262
mintesnotAfework
opened
2 weeks ago
1
ToSQL Func has a \\ bug
#7261
winterspy
opened
3 weeks ago
1
操作达梦数据库插入数据报错不存在IDENTITY列
#7260
YiTianChiSiDun1
closed
6 days ago
4
Dynamic struct autoIncrement ID problem in Create error '@id' field does not exist, 动态结构体Create 时报错’@id’字段不存在
#7259
sin3degrees
opened
3 weeks ago
1
When using the "gen" to generate the code, problem occurred. seems the version problem
#7258
abanban999
opened
3 weeks ago
1
db.Clauses(clause.OnConflict{UpdateAll: true}).Create(users)` 导致主键不连续
#7257
sheng7564
closed
3 weeks ago
15
多对多创建的时候如何取消掉被关联表的ON DUPLICATE KEY UPDATE ?
#7256
liyuan1125
opened
3 weeks ago
1
Issue with `Preload(...)` and Prepared Statements After Schema Migration
#7255
jared-mackey
opened
4 weeks ago
0
Support for SurrealDB
#7254
mahbubabbas
opened
4 weeks ago
0
Allow enabling `TranslateError` for session too instead of only globally
#7253
OrkhanAlikhanov
opened
4 weeks ago
0
How to close file handle on a local sqlite db?
#7252
sawyersteven
opened
4 weeks ago
0
rename column not working
#7251
maxant
closed
4 weeks ago
3
postgreSQL Insert []string construct insert statement failed:INSERT INTO "tags" ("tag_names") VALUES (('tag1','tag2','tag3')) RETURNING "id",It should be:INSERT INTO "tags" ("tag_names") VALUES (ARRAY['tag1', 'tag2', 'tag3']) RETURNING "id";
#7250
zyylhn
closed
17 hours ago
1
sql: converting argument $1 type: unsupported type map[string]interface {}, a map
#7249
liheng314
closed
17 hours ago
3
Allow for the creation of custom "finishers"
#7248
boichee
opened
1 month ago
0
fix autoincrement
#7247
mimicode
closed
1 week ago
1
int 类型主键全部判断位自增,是何逻辑?
#7246
mimicode
closed
6 days ago
6
How to write group by for multiple fields
#7245
wlbwlbwlb
opened
1 month ago
1
Reflection issue when trying to Join relationships
#7244
fhendrikx
opened
1 month ago
4
code readability , small improvement for limit clause code
#7243
danish-mehmood
closed
6 days ago
1
use map look-up for indexes
#7242
abbyssoul
closed
1 week ago
0
when gorm not connected to any DB; the query execute result has no error
#7241
lovejoy
closed
1 month ago
6
Create CODE_OF_CONDUCT.md
#7240
omidfth
closed
1 month ago
0
Defing models with foreign entities
#7239
Pismice
opened
1 month ago
7
Updating `UpdateAt` with `.Save` does not use the given value
#7238
jpenna
opened
1 month ago
0
Field Overwriting Issue with Embedded Structs in GORM
#7237
TalesPalma
closed
1 month ago
1
FirstOrCreate doesn't behave as expected
#7236
bkmeneguello
opened
1 month ago
0
Next