You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(That happens before the array diff gets calculated, so the int <=> int comparison works correctly.)
It was a little more involved than that, as I looped through the $table column definitions and cast them automatically if they were TINYINT, but the principle is the same.
Perhaps the thing to do would be, on the way back to the Record, for the Handlers to cast the domain value to the same type as the original Record value.
Hi,
In MySQL the boolean value is similar to TINYINT (0: false / 1: true).
In my Domain class, i give in constructor parameters the bool type value, it's work fine when i select a domain. The integer is convert to boolean.
But when i persist the Domain class:
Ronan
The text was updated successfully, but these errors were encountered: