issues
search
michalsn
/
codeigniter4-uuid
UUID package for CodeIgniter 4 with support for Model and Entity.
MIT License
41
stars
9
forks
source link
fix(UuidModel): update condition before converting uuid strings
#6
Closed
yassinedoghri
closed
3 years ago
yassinedoghri
commented
3 years ago
update conditions for
doInsert
and
doUpdate
add new tests to prevent regressions: update database schema + Project2 model (not sure if they work)
fixes #5
michalsn
commented
3 years ago
Good catch. Thank you!
doInsert
anddoUpdate
fixes #5