Releases: joomla-framework/database
Releases · joomla-framework/database
joomla/database-3.3.1
Fix @since
tag for new method extractHostPortSocket
from version 3.3.0.
Full Changelog: 3.3.0...3.3.1
joomla/database-3.3.0
What's Changed
- [3.x] Allow to specify port number or UNIX socket in host option also for MySQL (PDO) and PostgreSQL (PDO) by @richard67 in #310
- [3.x] Use directory Tests/Sqlsrv in phpunit.appveyor_sql2017.xml.dist to fix failing AppVeyor by @richard67 in #319
- [3.x] Remove square brackets from ipv6 host on PostgreSQL, refactor changes from PR 310 and move options modifications to constructor by @richard67 in #317
Full Changelog: 3.2.1...3.3.0
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