bug fix :el-tooltip slot v-if 触发 no valid child node found#7
Merged
Conversation
Member
|
感谢机器猫 |
bbwl521
pushed a commit
to bbwl521/WAdmin
that referenced
this pull request
May 25, 2026
Critical Fixes: - #1 表前缀替换: replaceTablePrefix() 正则匹配 DDL 关键字后的表名,不再破坏列名 - mineadmin#6 多语句 SQL: splitSqlStatements() + executeSqlStatements() 逐条执行, 兼容 PHP 8.x mysqlnd 禁用多语句模式,含实时进度报告 - mineadmin#7 SQL 格式: 修复 mineadmin.sql 中 6 条 INSERT 语句列名间缺少逗号的缺陷 - #7b 防御: normalizeSql() 自动修复格式缺陷,防止未来再出现同类问题 Logic Fixes: - mineadmin#2 死代码清理: $options 参数传入 installation(),恢复 create_db/run_migrations/seed_data 控制开关 - mineadmin#3 字段校验: POST /admin/install 添加 host/database/username/adminPassword 必填+密码长度校验 - mineadmin#4 协程安全: $committed 从实例属性改为局部变量,消除共享状态竞态风险 - mineadmin#5 日志污染: 新增 testConnectionSilent() 方法,getInstallStatus() 不再写入进度日志
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.