stephenafamo / bob

SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite
https://bob.stephenafamo.com
MIT License
701 stars 37 forks source link

fix never_required not being set on flipped relationship #213

Closed jacobmolby closed 1 month ago

jacobmolby commented 1 month ago

Before, the flipped relationship would still have the relationships inserted even though never_required was true.