Skip to content

Add REVERSE() to user defined functions#434

Merged
adamziel merged 1 commit into
WordPress:trunkfrom
teizz:trunk
Jul 1, 2026
Merged

Add REVERSE() to user defined functions#434
adamziel merged 1 commit into
WordPress:trunkfrom
teizz:trunk

Conversation

@teizz

@teizz teizz commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

I ran into an issue where a plugin is using the REVERSE() function to add the reverse of a string into the database. Since this isn't supported by SQLite it breaks the plugin. This fixes it for me.

@adamziel

adamziel commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Thank you @teizz !

@adamziel adamziel merged commit 86a9113 into WordPress:trunk Jul 1, 2026
22 checks passed
@adamziel adamziel mentioned this pull request Jul 1, 2026
adamziel added a commit that referenced this pull request Jul 1, 2026
## Release `3.0.0-rc.6`

Version bump and changelog update for release `3.0.0-rc.6`.

**Changelog draft:**
* Don't take a write lock for SET statements (fixes "database is locked"
on connect)
([#443](#443))
* Add REVERSE() to user defined functions
([#434](#434))
* LALR(1) parser from official MySQL grammar
([#429](#429))

**Full changelog:**
v3.0.0-rc.5...release/v3.0.0-rc.6

## Next steps

1. **Review** the changes in this pull request.
2. **Push** any additional edits to this branch (`release/v3.0.0-rc.6`).
3. **Merge** this pull request to complete the release.

Merging will automatically build the plugin ZIP and create a [GitHub
release](https://github.com/WordPress/sqlite-database-integration/releases).

> [!NOTE]
> This is a **pre-release**. It will not be deployed to
[WordPress.org](https://wordpress.org/plugins/sqlite-database-integration/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants