CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

Open Source PHP Framework (originally from EllisLab)

Results 299 CodeIgniter4 issues
Sort by recently updated
recently updated
newest added

### PHP Version 7.4 ### CodeIgniter4 Version 4.2.6 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which server did...

bug

This PR improves the method for retrieving foreign keys. It aligns all DBMS to use the same naming convention. It adds some more information such as delete, update, and match...

enhancement
database
breaking change
4.3

**Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage - [ ]...

- [ ] fix errors - [ ] add workflow

help wanted
dev

### PHP Version 8.1 ### CodeIgniter4 Version 4.2.6 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? macOS...

bug

### PHP Version 8.1 ### CodeIgniter4 Version 4.2.4 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...

database

**Description** Fixed #6489 **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage -...

breaking change

### PHP Version 8.1 ### CodeIgniter4 Version 4.2.5 ### CodeIgniter4 Installation Method Manual (zip or tar.gz) ### Which operating systems have you tested for this bug? Linux ### Which server...

This PR is a combination of https://github.com/codeigniter4/CodeIgniter4/pull/6367 and https://github.com/codeigniter4/CodeIgniter4/pull/6373 as well as refactoring all the Batch methods. This is the bigger picture of where those PR's are headed. You can...

can of worms

Ref #4814 #4653 This PR adds functionality to create indexes, primary keys, and foreign keys on a table already created. It does this by calling the new function `processIndexes()` instead...

enhancement
database
breaking change
docs needed
4.3