Releases: joomla-framework/database
Releases · joomla-framework/database
joomla/database-3.2.1
What's Changed
Fix error unrecognized configuration parameter "lc_collate"
on PostgreSQL >= 16
Full Changelog: 3.2.0...3.2.1
joomla/database-3.2.0
What's Changed
- Use row_number window function on MariaDB >= 11
- Adding ability to zip export of multiple tables
- Cleanup non-release related files
- Improve PHP 8.4 compatibility
- Add testcoverage for PHP 8.3
Full Changelog: 3.1.0...3.2.0
joomla/database-3.1.0
What's Changed
- getTableList() return only tables not views
- Add support for duplicate named query parameters for the mysqli and sqlsrv driver
Full Changelog: 3.0.0...3.1.0
joomla/database-3.0.0
What's Changed
- Raised minimum PHP version to 8.1
- Switched to PSR-12 codestyle
- add createQuery() as replacement for getQuery(true)
- DatabaseExporter/Importer: handle NULL values properly
Full Changelog: 2.1.1...3.0.0
joomla/database-2.1.1
joomla/database-2.1.0
What's Changed
- Fix deprecated null parameter for string functions in the escape method of the drivers by @richard67 in #260
- Introduce DatabaseAware trait and interface by @laoneo in #262
Full Changelog: 2.0.2...2.1.0
joomla/database-2.0.2
What's Changed
- Only check types of postgres default values if set by @wilsonge in #259
Fix preg_match gives a PHP deprecation warning in PHP 8.1, when a PostgreSQL column's default is null
Full Changelog: 2.0.1...2.0.2
Version 1.8.0
- Reliable Camel Case of function variables for PHP 8
- Bug Fix for for the database importer
DatabaseQuery::castAsChar
now has alen
param that allows defining the length of the char- PHP 7.4 fixes for the Oracle Driver
- Allow other schema than "public" on PostgreSQL databases
Database Package 1.7.1
- Fixed PHP 7.4 compatibility
- Improve return type hints that previously documented
mixed
to be more specific - Various test setup improvements
Database Package 1.7.0
The following are pertinent changes made with this release: