jonathangeiger / kohana-jelly

See the link below for the most up-to-date code
https://github.com/creatoro/jelly
MIT License
146 stars 34 forks source link

$null ignored by Field_BelongsTo #124

Closed ghost closed 14 years ago

ghost commented 14 years ago

I have a model with a Field_BelongsTo set to 'null' => TRUE, but empty string '' is not converted to NULL. Problem lies in Field_BelongsTo.set(), the "Convert NULL values to the default" without respect to the $null parameter.

jonathangeiger commented 14 years ago

Closed by c1d887d15cd4bf378d25d62f20e6a3f2f5105a91. Thanks nekofs!