hyperstack-org / hyperstack-org/hyperstack
default for boolean dummy values not working
Ouverte
bug
good first issue
- Langage dominant
- JavaScript
- Étoiles
- 538
- Forks
- 41
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
for booleans, the following default values in the schema should be recognized as true, anything else is false:
`'1'`, `true` or `1`
i.e. in ReactiveRecord::Base::DummyValue
```ruby
def build_default_value_for_boolean
@column_hash[:default] == '1' || @column_hash[:default] == true || @column_hash[:default] == 1
end
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.