composite-primary-keys / composite_primary_keys

Composite Primary Keys support for Active Record
1.03k stars 350 forks source link

Closes #518 Fix issue with ORM default false values #519

Closed andrewyoo closed 4 years ago

andrewyoo commented 4 years ago

This fixes the issue when a field in the composite primary key has a default value of false. See #518

@cfis I kind of googled and updated the different flavors of DBs, but only really tested on mysql. Perhaps you have some notes i can update this PR with?

cfis commented 4 years ago

Thanks!