Skip to content

Conversation

@Alex37882388
Copy link

@Alex37882388 Alex37882388 commented Jun 30, 2020

…es # 1322

What does this PR do?

支持用户自定义模型getter

Motivation

业务数据库设计中,经常使用英文逗号分隔的字段,或json_encode过的字段,通常希望取出来的时候是数组,方便直接返回给前端。但目前使用entity:create的默认是string类型,如果修改 实体的getter强制 explode(',' $val)并返回数组时,读取数据没有问题,但插入、更新操作的时候报错 array to string...,参考 swoft-cloud/swoft#1322

@sakuraovq
Copy link
Member

testDirty 方法无法通过

@sakuraovq
Copy link
Member

@first236108 测试没有通过喔

@inhere inhere changed the title optimize # support customer defined getter for Entify, reference issu… optimize: support customer defined getter for Entify, reference issu… Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants