hyperstack-org / hyperstack-org/hyperstack

default for boolean dummy values not working

Open
#261 0 comments 0 reactions 0 assignees View on GitHub
bug good first issue
Dominant language
JavaScript
Stars
538
Forks
41
PR merge metrics
No merged PRs in 30d

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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.