-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
试图INSERT
空字符串到表tc_tieba
列status
#284
Comments
Tieba-Cloud-Sign/setup/install.template.sql Lines 122 to 135 in fcad329
可以看出 Tieba-Cloud-Sign/lib/class.misc.php Line 343 in fcad329
插入的 因为各种原因导致三种签到都没成功获取到返回内容时就会出现这种错误了 那么修复建议就显而易见了: 给变量 |
edit history中
建议 SELECT COUNT(*), status FROM `tc_tieba` GROUP BY status;
|
请以最终结论为准 另外 有一种办法是没返回/解析 if ($status_succ === true) {
$m->query(...);
} elseif (!empty($error_code)) {
$m->query(...);
} 截至目前我还没收到这种操作出现问题的报告 |
建议学习pgsql精神遵守iso sql使用signed类型 n0099/open-tbm#48 的
|
问题描述
复现步骤
环境
5.02
Ubuntu 24.04.1
中的Debian 12
docker container8.3.16
8.0.41
The text was updated successfully, but these errors were encountered: