Commit graph

8 commits

Author SHA1 Message Date
Sukhwinder Dhillon
e26db03e19 Deprecate Icingadb\Model\Behavior\BoolCast and use \ipl\Orm\Behavior\BoolCast instead 2025-06-11 14:25:56 +02:00
Johannes Meyer
a8021303a1 BoolCast: Cast input to string in the switch statement
PHP performs loose comparison, so `0 == 'y'` is true. yay.
2022-06-30 11:16:22 +02:00
Johannes Meyer
ad02227e78 BoolCast: Only cast 'y' and 'n' to bool, everything else as-is 2020-04-20 14:54:28 +02:00
Johannes Meyer
5e441c93a0 Add license note to every file 2020-03-13 10:36:24 +01:00
Johannes Meyer
1f6c6aded6 Adjust BoolCast and Timestamp behaviors to match ipl-orm changes 2019-11-25 15:52:29 +01:00
Johannes Meyer
ceec8ab017 BoolCast: Don't cast string values in toDb() 2019-11-08 13:27:55 +01:00
Eric Lippmann
77b4930098 Rename to Icingadb 2019-11-05 01:07:30 +01:00
Eric Lippmann
10f58fb4a0 Rename library/Eagle to library/Icingadb 2019-11-05 01:06:28 +01:00
Renamed from library/Eagle/Model/Behavior/BoolCast.php (Browse further)