active-record icon indicating copy to clipboard operation
active-record copied to clipboard

Support DateTime instances

Open Tigrov opened this issue 2 years ago • 1 comments

Q A
Is bugfix?
New feature? ✔️
Breaks BC? ✔️
Fixed issues #725

Tigrov avatar Aug 05 '23 16:08 Tigrov

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.

what-the-diff[bot] avatar Aug 05 '23 16:08 what-the-diff[bot]