2025-07-27 |
Removed type-o lower case. |
2025-07-27 |
Statement decorator fetchColumn() fix. |
2025-07-27 |
Add missing phpDoc |
2025-07-27 |
Merge branch 'master' into 3.next |
2025-07-27 |
Add whitespace. |
2025-07-27 |
Fix issue #11916 |
2025-07-27 |
Added 'obj' back to the fetch and fetchAll methods. |
2025-07-27 |
Fixing style errors. |
2025-07-27 |
Refactoring whereNotNull() and whereNull() |
2025-07-27 |
Updated and fixed type-o in tests. |
2025-07-27 |
StdClass -> stdClass |
2025-07-27 |
Minor doc block and code improvement |
2025-07-27 |
Adding whereNotNull() and whereNull() to the query object |
2025-07-27 |
Removed fetchObject() and fetchAllObjects(). Left fetchColumn(), fetchAssoc(). |
2025-07-27 |
Fix toDatabase() to work with non-DateTimeImmutable properly |
2025-07-27 |
replaced parent:: with static:: in runtime instances |
2025-07-27 |
Change all the strings to use the constant values. |
2025-07-27 |
self::FETCH_TYPE_NUM in params for defaults. |
2025-07-27 |
Add missing @throws in phpDocs |