database icon indicating copy to clipboard operation
database copied to clipboard

Joomla Framework Database Package

Results 41 database issues
Sort by recently updated
recently updated
newest added

### Summary of Changes Added support for duplicate named query parameters to the `mysqli` and `sqlsrv` drivers. What I mean is something like this: ```mysql SELECT * FROM dbtest WHERE...

Pull Request for Issue #290 . Alternative to PR #291 . See also https://github.com/joomla/joomla-cms/issues/42333 . ### Summary of Changes Use the `ROW_NUMBER()` window function for MariaDB 11.0.0 and newer. That...

Copy from https://issues.joomla.org/tracker/joomla-cms/42333 https://github.com/joomla/joomla-cms/issues/42333 --- ### FURTHER BUG REPORT I took a closer look at the function `reorder` and found out that the query is created with a windows function...

Pull Request for Issue #290 also see https://issues.joomla.org/tracker/joomla-cms/42333 ### Summary of Changes Removed `public function selectRowNumber($orderBy, $orderColumnAlias)` in `MysqlQueryBuilder.php` it already works within `DatabaseQuery.php` with window function `ROW_NUMBER()` ### Testing...

Pull Request for Issue #298 ### Summary of Changes - `php ./cli/joomla.php database:export --folder ./tmp --zip` is now able to export all tables and compress them in a single zip...

### Steps to reproduce the issue 1. Have regular joomla database and installation 2. Run `php cli/joomla.php database:export --folder ./tmp --zip` 3. Assert it succeeds ### Expected result 1. Have...

bug

I am working to upgrade a module from Joomla 3 to Joomla 5. I'm using Joomla 5.0.2, PHP 8.2 and the module I'm upgrading has multiple dropdowns. I'm running into...

Pull Request for Issue (https://github.com/joomla/joomla-cms/issues/42335) ### Summary of Changes as per https://www.postgresql.org/docs/current/release-16.html Remove read-only server variables lc_collate and lc_ctype ### Testing Instructions with Postgres 16 Go to admin area. Try...

Enabled this to support certain issues (especially when upgrading Joomla) with providers that have this setting disabled by default. I experienced issues when upgrading a vanilla version of Joomla 4.1.4...

### Steps to reproduce the issue Have a database with big tables and run the exporter on the CLI with a more or less restrictive memory limit. At some point...