SQL Server 2008 R2 (SP3)出现异常
- Dominant language
- Go
- Stars
- 66
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
## GORM Playground Link
https://github.com/go-gorm/playground/pull/1
## Description
dc.go文件

出现如下错误:
```sh
2024/08/24 11:57:33 /mooc/app/etl/service/dc.go:128
[info] replacing callback `gorm:create` from /mooc/app/etl/service/dc.go:128
2024/08/24 11:57:33 /mooc/app/etl/service/dc.go:128
[info] replacing callback `gorm:update` from /mooc/app/etl/service/dc.go:128
2024/08/24 11:57:33 /mooc/app/etl/service/dc.go:211
[info] replacing callback `gorm:create` from /mooc/app/etl/service/dc.go:211
2024/08/24 11:57:33 /mooc/app/etl/service/dc.go:211
[info] replacing callback `gorm:update` from /mooc/app/etl/service/dc.go:211
2024/08/24 11:57:39 /mooc/app/etl/service/dc.go:334
[info] replacing callback `gorm:create` from /mooc/app/etl/service/dc.go:334
2024/08/24 11:57:39 /mooc/app/etl/service/dc.go:334
[info] replacing callback `gorm:update` from /mooc/app/etl/service/dc.go:334
2024/08/24 11:57:39 /mooc/app/etl/service/dc.go:341 mssql: 在 FETCH 语句中选项 NEXT 的用法无效。
[1.002ms] [rows:-] SELECT * FROM "mz" ORDER BY (SELECT NULL) OFFSET 0 ROW FETCH NEXT 1 ROWS ONLY
2024/08/24 11:57:39 /mooc/app/etl/service/dc.go:341
[error] generate struct from table fail: mssql: 在 FETCH 语句中选项 NEXT 的用法无效。
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.