tattersoftware / codeigniter4-relations

Entity relationships for CodeIgniter 4
MIT License
87 stars 20 forks source link

Allow null attribute values #11

Closed MGatner closed 3 years ago

MGatner commented 3 years ago

Fixes a bug where an Entity could have an existing attribute with value null, yet Relations would try to look it up as a table reference.