active-record
active-record copied to clipboard
Support DateTime instances
PR Summary
-
Updated Date/Time Test in 'ActiveRecordTest.php' The changes in this file revolve around enhancing the way we verify date and time information. More specifically, the tests now cross-verify date and time data against "DateTimeImmutable", a more reliable standard in PHP for dealing with time-related data.
-
Improved Date/Time Test in 'Oracle/ActiveRecordTest.php' The changes in this file are similar to the previous one, but are specific to our interaction with Oracle databases. The modification provides a more rigorous standard for date and time verification, ensuring our application remains in harmony with Oracle databases, thereby boosting our data integrity.