Tags: WordPress/sqlite-database-integration
Tags
Release 3.0.0-rc.6 (#444) ## 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/).
Release 3.0.0-rc.5 (#441) ## Release `3.0.0-rc.5` Version bump and changelog update for release `3.0.0-rc.5`. **Changelog draft:** * Default SQLite connections to WAL ([#405](#405)) **Full changelog:** v3.0.0-rc.4...release/v3.0.0-rc.5 ## Next steps 1. **Review** the changes in this pull request. 2. **Push** any additional edits to this branch (`release/v3.0.0-rc.5`). 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/).
Release 3.0.0-rc.4 (#440) ## Release `3.0.0-rc.4` Version bump and changelog update for release `3.0.0-rc.4`. **Changelog draft:** * Normalize BIT column default literals ([#439](#439)) * Optimize MySQL lexer (~2× speedup) ([#424](#424)) * Fix `RAND()` function behavior ([#363](#363)) * CI: Disable Xdebug, use Rust release builds, consolidate unit-test matrix ([#425](#425)) * GitHub Actions workflow updates ([#404](#404)) * Add native Rust-based MySQL parser extension ([#381](#381), [#384](#384), [#386](#386), [#389](#389), [#390](#390), [#394](#394), [#398](#398)) * Ship native parser as WASM ([#395](#395), [#396](#396), [#397](#397), [#399](#399), [#400](#400), [#401](#401)) * Add SQLite plugin landing page ([#407](#407), [#412](#412)) * Check Playground web runtime compatibility ([#419](#419)) **Full changelog:** v3.0.0-rc.3...release/v3.0.0-rc.4 ## Next steps 1. **Review** the changes in this pull request. 2. **Push** any additional edits to this branch (`release/v3.0.0-rc.4`). 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/).
Release 3.0.0-rc.3 (#383) ## Release `3.0.0-rc.3` Version bump and changelog update for release `3.0.0-rc.3`. **Changelog draft:** * Lexer: Fix possible OOB read in quoted strings ([#374](#374)) * Add support for `NO_AUTO_VALUE_ON_ZERO` SQL mode ([#366](#366)) **Full changelog:** v3.0.0-rc.2...release/v3.0.0-rc.3 ## Next steps 1. **Review** the changes in this pull request. 2. **Push** any additional edits to this branch (`release/v3.0.0-rc.3`). 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/).
Release 3.0.0-rc.2 (#372) ## Release `3.0.0-rc.2` Version bump and changelog update for release `3.0.0-rc.2`. **Changelog draft:** * Support MySQL `BINARY` operator ([#369](#369)) * Add support for `AUTO_INCREMENT` value management ([#367](#367)) * Add support for `DELETE` with `LIMIT` and `ORDER BY` ([#365](#365)) **Full changelog:** v3.0.0-rc.1...release/v3.0.0-rc.2 ## Next steps 1. **Review** the changes in this pull request. 2. **Push** any additional edits to this branch (`release/v3.0.0-rc.2`). 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/).
Release 3.0.0-rc.1 (#364) ## Release `3.0.0-rc.1` Version bump and changelog update for release `3.0.0-rc.1`. **Changelog draft:** * Improve concurrent database access ([#361](#361)) * Remove legacy SQLite driver ([#358](#358)) **Full changelog:** v2.2.23...release/v3.0.0-rc.1 ## Next steps 1. **Review** the changes in this pull request. 2. **Push** any additional edits to this branch (`release/v3.0.0-rc.1`). 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/).
Release 2.2.23 (#360) ## Release `2.2.23` Version bump and changelog update for release `2.2.23`. **Changelog draft:** * Add Query Monitor 4.0 support ([#357](#357)) * Translate MySQL CONVERT() expressions to SQLite ([#356](#356)) **Full changelog:** v2.2.22...release/v2.2.23 ## Next steps 1. **Review** the changes in this pull request. 2. **Push** any additional edits to this branch (`release/v2.2.23`). 3. **Merge** this pull request to complete the release. Merging will automatically build the plugin ZIP, create a [GitHub release](https://github.com/WordPress/sqlite-database-integration/releases), and deploy to [WordPress.org](https://wordpress.org/plugins/sqlite-database-integration/).
Release 2.2.22 (#355) ## Release `2.2.22` Version bump and changelog update for release `2.2.22`. **Changelog draft:** * Support INSERT without INTO keyword ([#354](#354)) * Add tests for MySQL row-level locking clauses ([#342](#342)) * Improve automated deploy setup. **Full changelog:** v2.2.21...release/v2.2.22 ## Next steps 1. **Review** the changes in this pull request. 2. **Push** any additional edits to this branch (`release/v2.2.22`). 3. **Merge** this pull request to complete the release. Merging will automatically build the plugin ZIP, create a [GitHub release](https://github.com/WordPress/sqlite-database-integration/releases), and deploy to [WordPress.org](https://wordpress.org/plugins/sqlite-database-integration/).
PreviousNext