Skip to content

Releases: joomla-framework/database

joomla/database-4.0.0

24 Jul 09:50
Compare
Choose a tag to compare

Minimum requirement was raised to PHP 8.3
PHPUnit has been updated to version 12
Minimum supported database versions raised
Removed quoteNameStr
DatabaseInterface: createQuery method
Removed deprecated LimitableInterface and PreparableInterface
Removed deprecated DatabaseQuery::castAsChar()

Full Changelog: 3.4.3...4.0.0

joomla/database-3.4.3

19 Jul 16:41
3.4.3
6a8aeda
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.2...3.4.3

joomla/database-3.4.2

10 May 11:48
Compare
Choose a tag to compare

What's Changed

  • [3.x] mysqli::ping is deprecated since php8.4 by @AkameOuO in #324

Full Changelog: 3.4.1...3.4.2

joomla/database-3.4.1

06 Apr 13:59
e283eb1
Compare
Choose a tag to compare

What's Changed

  • [3.x] Fix undefined property error from PR #335 by @richard67 in #337
  • [3.x] Use $this->quoteNameString instead of quoteNameString by @Hackwar in #338

Full Changelog: 3.4.0...3.4.1

joomla/database-2.2.1

06 Apr 13:59
07f2127
Compare
Choose a tag to compare

What's Changed

  • [2.x] Use $this->quoteNameString() instead of quoteNameString() by @Hackwar in #339

Full Changelog: 2.2.0...2.2.1

joomla/database-3.4.0

02 Apr 19:50
10745e7
Compare
Choose a tag to compare

What's Changed

  • Update SqlsrvDriver.php by @Kenneth202212 in #281
  • add .git-blame-ignore-revs file for coding style commits by @AkameOuO in #323
  • Don't include .git-blame-ignore-revs file in distribution package by @AkameOuO in #334
  • [2.x] Replace incorrect working quoteNameStr method by @HLeithner in #328
  • [2.x] PR 281 follow up - cast boolean option and fix code style by @richard67 in #333
  • [3.x] Replace incorrect working quoteNameStr method by @HLeithner in #329
  • [3.x] Add collation to getAlterDbCharacterSet method of MySQLi and MySQL (PDO) drivers by @richard67 in #331
  • [3.x] PR 300 follow up - Use ROW_NUMBER() windows function whenever supported by @richard67 in #335
  • [3.x] Upmerge changes from 2.0-dev 2025-03-30 by @richard67 in #336

New Contributors

Full Changelog: 3.3.1...3.4.0

joomla/database-2.2.0

30 Mar 19:09
Compare
Choose a tag to compare

What's Changed

Changes only relevant in development environment

New Contributors

Full Changelog: 2.1.1...2.2.0

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