xormplus / xorm

xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作
BSD 3-Clause "New" or "Revised" License
1.55k stars 222 forks source link

当我使用engin.SQL(sqlStr, args...).Query().List()方法得时候,如果字段是NULL 返回得结果里面不展示为啥? #108

Open Shimon-Cheung opened 3 years ago

Shimon-Cheung commented 3 years ago

有没有办法让数据库里面这个age 以nil得形式 出现在返回得结果中呢 image image