michaeldyrynda / laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models
MIT License
442 stars 46 forks source link

add tests to cover scenarios when saving/updating an existing efficient UUID record #116

Closed michaeldyrynda closed 9 months ago

michaeldyrynda commented 2 years ago

Adds tests to cover the failing scenario described in michaeldyrynda/laravel-efficient-uuid#55

I've not been able to reproduce the bug, either with supplemental efficient UUID values, or with the primary id as an efficient UUID.

Hoping to work with @schmoove to first create some failing test cases, then solve the issue.