Results 11 issues of wclssdn

数据表中的主键是自增的,生成go文件后,tag中未包含自增的描述`autoIncrement` ``` ID uint32 `gorm:"primaryKey;column:id;type:int unsigned;not null"` ``` 当执行`db. AutoMigrate`后,插入一条数据会报错: ``` Could not save row: Error 1364: Field 'id' doesn't have a default value ``` gorm迁移的sql语句是: ``` CREATE TABLE `rank`...

例如视图中某列: ``` `a`.`game_id` AS `game_id`,sum(`b`.`price`) AS `sum(price)` ``` 生成的代码: ```go Sum (Price) float64 `gorm:"column:sum(price);type:decimal(42,0)"` ``` 建议直接去掉非法字符

纯属吐个槽,我负责维护公司遗留的java系统,功能很稳定,一年下来,就只有在fastjson库出安全漏洞的时候需要发个版~ 感谢fastjson出安全漏洞,要不公司还以为我没事儿干呢~

处理登录的`1203`错误码 ``` 为了你的帐号安全,此微信号不能登录网页微信。你可以使用Windows微信或Mac微信在电脑端登录。Windows微信下载地址:https://pc.weixin.qq.com Mac微信下载地址:https://mac.weixin.qq.com ```

RT,很是需要~~~ 还有,保存成图片~~

## Description Versions: - `gorm.io/gorm v1.23.3` - `gorm.io/driver/mysql v1.2.3` // indirect get this error message ``` # gorm.io/driver/mysql /Users/nemo/go/pkg/mod/gorm.io/driver/[email protected]/migrator.go:224:38: cannot use column (variable of type Column) as type gorm.ColumnType in...

命令:`./redis-full-check -s host1:port1 -p pass1 -t host2:port2 -m 1` 报错: ``` panic: interface conversion: interface {} is nil, not []interface {} goroutine 28 [running]: full_check/common.ValueHelper_List(0x0, 0x0, 0xc4201ae1e0, 0x0, 0x0) /home/zhuzhao.cx/RedisFullCheck/src/full_check/common/helper.go:32...

Behavior before update to latest: every condition has a different image. Behavior after update to latest: only one image for all conditions. ![1](https://github.com/LucianoCirino/efficiency-nodes-comfyui/assets/1057693/9ab4095f-d882-4b8a-9009-9c5a8cc977fa) Should `store_ksampler_results` & `load_ksampler_results` care `conditions`? BTW...

change `TurboLinkGrpc` module's `LoadingPhase` to `PreDefault`

only fix go example code

size/XS