issues Search Results · repo:nfjBill/gorm-driver-dm language:Go
Filter by
5 results
(53 ms)5 results
innfjBill/gorm-driver-dm (press backspace or delete to remove)https://eco.dameng.com/community/article/765cc5688e65be1a5be6bb2fdc0410b8 使用go语言遇到读取text类型报错的问题。 报错信息: sql: Scan error
on column index 9, name “resource_ids”: unsupported Scan, storing driver.Value type ...
wushifeng
- 1
- Opened on Oct 26, 2023
- #5
数据库表中有数据时,使用in 进行数据查找,如果参数是nil,查询报字符串转化错误,错误堆栈信息如下: ` Error -6111: 字符串转换出错
1). github.com/jeyrce/gorm-dm8-driver/dmr.(*dm_build_741).dm_build_774
H:/CVICSE/dm/pkg/mod/github.com/jeyrce/gorm-dm8-driver@v0.1.1/dmr/zq.go:708 ...
go1223
- 1
- Opened on Jun 28, 2022
- #3
表数据结构如下 type Department struct { Model
Name string `json: name gorm: index `
ParentID *int `json: parent_id gorm: index `
Level int `gorm: default:0 json: level `
DeptCode string `json: ...
ximenhaoziye
- 4
- Opened on Feb 23, 2022
- #2
比如:SELECT COUNT(*) FROM USER_INDEXES WHERE TABLE_NAME = USERS_DEPARTMENTS AND INDEX_NAME =
IDX_USERS_DEPARTMENTS_IDX_USERS_DEPARTMENTS_DEPARTMENT_ID
实际添加进数据库中是IDX_USERS_DEPARTMENTS_DEPARTMENT_ID,这样子会导致下一次migrate时报错索引已存在,而且在第一次使用migrte时并不能创建索引 ...
ximenhaoziye
- 4
- Opened on Feb 17, 2022
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.