Skip to content

Releases: joomla-framework/database

joomla/database-3.3.1

26 Jan 13:29
Compare
Choose a tag to compare

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

26 Jan 12:29
fabf884
Compare
Choose a tag to compare

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

19 Oct 11:56
3927dea
Compare
Choose a tag to compare

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

17 Aug 09:36
7abff99
Compare
Choose a tag to compare

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

16 Jun 12:18
133e3d0
Compare
Choose a tag to compare

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

06 Oct 17:23
Compare
Choose a tag to compare

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

20 Aug 09:04
7da995b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

joomla/database-2.1.0

02 Mar 16:38
Compare
Choose a tag to compare

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

21 Jan 15:32
142a624
Compare
Choose a tag to compare

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

16 Dec 12:12
Compare
Choose a tag to compare
  • Reliable Camel Case of function variables for PHP 8
  • Bug Fix for for the database importer
  • DatabaseQuery::castAsChar now has a len 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