kenjis
kenjis
Rarely fails. ``` 1) CodeIgniter\Commands\Database\MigrateStatusTest::testMigrateAllWithWithTwoNamespaces Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ '+---------------+-------------------+--------------------+-------+---------------------+-------+ | Namespace | Version | Filename | Group | Migrated On...
See https://github.com/codeigniter4/CodeIgniter4/issues/5922#issuecomment-1113904559 The following test fails. The validation passes. ```php public function testRequireWithoutWithWildCard() { $data = [ 'a' => [ ['b' => 1, 'c' => 2], ['c' => ''], ],...
**Describe the bug** This may be not a bug. But Query class may be DBMS-specific, it is better not to hard code `Query` class. https://github.com/codeigniter4/CodeIgniter4/blob/42f6667b6a56994ba3f41d12a20738a695bfa055/system/Database/BaseBuilder.php#L1850 See https://github.com/codeigniter4/CodeIgniter4/pull/4176#issuecomment-782771219 and . **CodeIgniter...
**Description** Fixes #5762 Supersede #5763 - fix Entity can't handle column named attributes - add new setter method "`_set` + key" for a attribute **Checklist:** - [x] Securely signed commits...
**Describe the bug** Multiple Ajax communications at the same time sometimes result in session errors. In rare cases, a key is created by another process between the time the `$ttl`...
See - https://github.com/codeigniter4/CodeIgniter4/pull/5512#discussion_r776554652 - https://github.com/codeigniter4/CodeIgniter4/pull/6638/files#r990509796
``` There was 1 failure: 1) CodeIgniter\Helpers\DateHelperTest::testNowSpecific Failed asserting that 4 is equal to 1 or is less than 1. /home/runner/work/CodeIgniter4/CodeIgniter4/system/Test/CIUnitTestCase.php:461 /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/Helpers/DateHelperTest.php:35 ``` https://github.com/codeigniter4/CodeIgniter4/runs/4593459157?check_suite_focus=true
``` There was 1 failure: 1) CodeIgniter\HTTP\ResponseTest::testSetDateRemembersDateInUTC Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -'Sat, 11 Mar 2000 04:25:54 GMT' +'Sat, 11 Mar 2000...
``` There was 1 failure: 1) CodeIgniter\HTTP\ResponseTest::testSetLastModifiedWithDateTimeObject Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -'Sat, 11 Mar 2000 02:29:41 GMT' +'Sat, 11 Mar 2000...
**Description** - refactor variable name in system/Database/BaseBuilder.php - fix insertBatch() / updateBatch() / setUpdateBatch() user guide - add tests for insertBatch() / updateBatch() with array of objects param ### insertBatch()...