Skip to content

chore(deps): bump catfan/medoo from 2.4.0 to 2.5.0#126

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/catfan/medoo-2.5.0
Open

chore(deps): bump catfan/medoo from 2.4.0 to 2.5.0#126
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/catfan/medoo-2.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps catfan/medoo from 2.4.0 to 2.5.0.

Release notes

Sourced from catfan/medoo's releases.

Medoo v2.5.0 - Compatibility

New Features

  • log() will output the SQL execution time #989.
$database->select('account', ['id', 'name'], [
    'name' => 'Alice'
]);
print_r($database->log());
// Array
// (
//     [0] => Array
//         (
//             [0] => SELECT "id","name" FROM "account" WHERE "name" = 'Alice'
//             [1] => 0.000032s
//         )
// )

  • New [!REGEXP] operator.
$database->select("account", "user_name", [
    'user_name[!REGEXP]' => '[a-z0-9]*'
]);
SELECT "user_name" FROM "account" WHERE "user_name" NOT REGEXP '[a-z0-9]*'

Improvements

  • Improved SQL database compatibility.
  • Resolved documentation issues for select() #1143.
Commits
  • 3c66909 [feature] logging SQL execute time #989
  • 8ce58d5 [fix] PHPDoc for select() return type with columns #1143
  • c513b2b [fix] resolve callback param for select() doc #1143
  • 2faf3f5 [fix] resolve ORDER field compatibility issue
  • e8727b4 [feature] improve REGEXP operator compatibility and support negative condition
  • c245695 [fix] select doc return comment for PHPStan #1143
  • 1ae8fd1 [update] improve database connection
  • a2715ea [update] improve id() compatibility
  • 1e75167 [update] improve rand() compatibility
  • See full diff 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 [catfan/medoo](https://github.com/catfan/Medoo) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/catfan/Medoo/releases)
- [Commits](catfan/Medoo@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: catfan/medoo
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 20, 2026
@strix-security

Copy link
Copy Markdown

Strix is installed on this repository, but we couldn't run this PR security review because this workspace's trial has ended. Add a card to resume code reviews here.

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