Skip to content

chore(deps): bump nette/database from 3.2.8 to 3.2.9#26

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/nette/database-3.2.9
Open

chore(deps): bump nette/database from 3.2.8 to 3.2.9#26
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/nette/database-3.2.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps nette/database from 3.2.8 to 3.2.9.

Release notes

Sourced from nette/database's releases.

Released version 3.2.9

This release brings a set of focused exception types that let you catch specific database failure modes (deadlocks, lock timeouts, check constraint violations, lost connections) instead of wrestling with generic driver errors. ActiveRow and Selection now expose getExplorer() for direct access to the underlying Explorer, and the reflection layer has been refactored for more consistent metadata across drivers.

✨ New Features

  • getExplorer()ActiveRow and Selection now expose the underlying Explorer instance, no more jumping through hoops to get back to it
  • DeadlockException – catch deadlocks and serialization failures distinctly from other driver errors, so retry logic can stay surgical
  • LockTimeoutException – a dedicated exception for lock wait timeouts
  • CheckConstraintViolationException – check constraint violations now get their own class instead of being lumped with generic constraint errors
  • ConnectionLostException – distinguish dropped connections from other driver failures, making reconnect strategies much cleaner
  • Docker Compose setup – a ready-to-run Compose configuration for spinning up test databases locally

♻️ Code Refactoring

  • Drivers reflection output – unified FK row shape across drivers, simplified MsSql getIndexes SQL, parameterized SQLite PRAGMA queries, and ForeignKey::$name is now a non-nullable string

📦 Maintenance

  • Improved PHPDoc descriptions, phpDoc types, and native type declarations across the codebase
Commits
  • 6fe5139 ActiveRow, Selection: added getExplorer()
  • 524afce Drivers: added ConnectionLostException
  • 5532941 Drivers: added CheckConstraintViolationException
  • cc81ea2 Drivers: added LockTimeoutException
  • 1a29dd1 Drivers: added DeadlockException for deadlock / serialization failure
  • e8ea598 fixed PHPStan errors
  • 042159e drivers: refactored reflection output (metadata arrays)
  • 2f5334c recompiled templates
  • 11dbf51 made static analysis mandatory
  • 3b99d03 uses nette/phpstan-rules
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nette/database](https://github.com/nette/database) from 3.2.8 to 3.2.9.
- [Release notes](https://github.com/nette/database/releases)
- [Commits](nette/database@v3.2.8...v3.2.9)

---
updated-dependencies:
- dependency-name: nette/database
  dependency-version: 3.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants