test
test
* **dble version:** 3.20.07.0 * **preconditions :** mysql5.7 * **configs:** * **steps:** step1. The data table has JSON fields step2. Query error * **expect result:** 1. Query success * **real...
```html ```` ```php $crawler = $client->request('GET', 'http://xxxx.com/'); $form = $crawler->selectButton('btn')->form(); dd($form->get('area')->getValue()); ``` ## The expected results `print -1` ## The actual results `print NULL` ## The solution ```php $crawler =...
- 当form表单使用hasMany() 动态新增编辑器时,编辑器相互影响 ``` $form->hasMany('contents', '内容', function (Form\NestedForm $form) { $form->editor('content', '内容'); }); ``` - 页面显示排版错误,编辑器折叠 
### Bug description After creating a tenant, copy the data of one tenant to another tenant, and prompt that the tenant database does not exist. My function is to copy...
laravel 5.6.16 Method Illuminate\Database\Query\Builder::newModelQuery does not exist.
我是在webman项目中进程开启的时候加载了swoole,并且加载了Mix\Database,访问数据库使用协程没有问题,但是服务开启久了以后再次访问,第一次请求就会出现上述的错误。 请问是我加载的方式不对吗? ```php namespace bootstrap; use Mix\Database\Database; use Swoole\Coroutine; use Webman\Bootstrap; class TestBootstrap implements Bootstrap { static $db; public static function start($worker) { echo "TestBootstrap start\n"; // 1. 创建连接池 self::$db...
当只是使用golang的异步任务功能,没有安装mongodb包时,会出现错误: [ERROR] DI Reflection Manager collecting class reflections failed. File: /home/vagrant/code/robot-processes/vendor/hyperf/gotask/src/MongoClient/Type/BulkWriteResult.php. Exception: Interface "MongoDB\BSON\Unserializable" not found [ERROR] DI Reflection Manager collecting class reflections failed. File: /home/vagrant/code/robot-processes/vendor/hyperf/gotask/src/MongoClient/Type/DeleteResult.php. Exception: Interface "MongoDB\BSON\Unserializable" not...