Wei Liu
Wei Liu
- Laravel Version: 7.x - PHP Version: 7.4.x - Dcat Admin Version: 1.6.5 ### Description: ``` $form->embeds('extends', function (EmbeddedForm $form) { $form->image('image1')->uniqueName(); $form->file('image2'')->uniqueName(); })->saving(function ($v) { // 转化为json格式存储 return json_encode($v);...
数据库结构问题
先看了下sql,发现挺多是text的。 text在从mysql传输前端上不占优势。 但text不是必要的说。大部分用varchar就好。
## easyswoole框架 3.3.7、orm组件版本号 1.4.9 ## 问题描述和截图 在 DbManager::getInstance()->startTransaction() 时仅判断了是否已经有上下文,然后调用了mysql的begin。希望在 startTransaction 里支持 savepoint。 即如果已经开启事务,再次开启事务,则用 savepoint 语法代替 begin。rollback/commit也相应替换。 这样写方法的时候不需要关注是否已经在事务里。会比较轻松一些。
I'm attempting to modify the default `CheckListItem` bloock. I want to add support for recording the creation time and completion time of each `CheckListItem`. My plan is to store these...
1. add customParseFormat support for isoweek(W and WW) 2. fix test for weekOfYear
fix #2852 - Add handling for contenteditable='false' elements - Implement findFirstEditableTextNode helper function