-
Notifications
You must be signed in to change notification settings - Fork 160
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
[BUG] miniadmin后台增加数据源后(填错),修改该数据源(正确),再点击测试,未能依照新的正确的参数执行测试。有缓存? #207
Comments
这块后面可能要砍掉。改为从 database.php 去读数据源。建议你也改为从配置文件设置数据源 |
database.php增加数据源,有否示例没? |
请看回复,大佬 |
这块优先级不高 把原先的 default 配置改为新库 原先 default 另起一个库 在开发中通过调整两个库 pool name 来进行快速 crud 开发,生成后端代码后。再手动调整对应的 model 类 pool name 生产环境中再配置正确的 default pool name 这块做个标记,后面和 代码生成器支持 pgsql 一块上 |
执行命令并粘贴以下结果。
Command:
uname -a && php -v && composer info | grep mine && php --ri swoole
# Paste the result here.
bug描述:
miniadmin后台增加数据源后(填错),修改该数据源(正确),再点击测试,未能依照新的正确的参数执行测试。有缓存?
重现步骤:
The text was updated successfully, but these errors were encountered: