add test
This commit is contained in:
parent
13fe32cc6c
commit
f878359751
|
@ -154,6 +154,8 @@ type ConvStruct struct {
|
||||||
Cfg2 *ConvConfig `xorm:"TEXT"`
|
Cfg2 *ConvConfig `xorm:"TEXT"`
|
||||||
Cfg3 convert.Conversion `xorm:"BLOB"`
|
Cfg3 convert.Conversion `xorm:"BLOB"`
|
||||||
Slice SliceType
|
Slice SliceType
|
||||||
|
Nullable1 *Nullable `xorm:"null"`
|
||||||
|
Nullable2 *Nullable `xorm:"null"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *ConvStruct) BeforeSet(name string, cell xorm.Cell) {
|
func (c *ConvStruct) BeforeSet(name string, cell xorm.Cell) {
|
||||||
|
|
Loading…
Reference in New Issue