Skip to content

Release 3.0.2 - #507

Merged
JanJakes merged 1 commit into
trunkfrom
release/v3.0.2
Sep 10, 2026
Merged

Release 3.0.2#507
JanJakes merged 1 commit into
trunkfrom
release/v3.0.2

Conversation

@JanJakes

@JanJakes JanJakes commented Sep 10, 2026

Copy link
Copy Markdown
Member

Release 3.0.2

Version bump and changelog update for release 3.0.2.

Changelog draft:

  • Fix schema reconstruction with native numeric results (#506)
  • Fix lexer edge cases and string handling (#505)
  • Preserve index prefix lengths and order in SHOW CREATE TABLE primary keys (#500)
  • Align savepoint handling with MySQL semantics (#496)

Full changelog: v3.0.1...release/v3.0.2

Next steps

  1. Review the changes in this pull request.
  2. Push any additional edits to this branch (release/v3.0.2).
  3. Merge this pull request to complete the release.

Merging will automatically build the plugin ZIP, create a GitHub release, and deploy to WordPress.org.

Summary by CodeRabbit

  • Bug Fixes

    • Improved schema reconstruction when handling native numeric results.
    • Corrected lexer edge cases and string processing.
    • Fixed index prefix lengths and ordering in SHOW CREATE TABLE output for primary keys.
    • Improved savepoint handling to better match MySQL behavior.
  • Release

    • Updated the SQLite integration to version 3.0.2.

@JanJakes JanJakes self-assigned this Sep 10, 2026
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: e857a523-6b68-49d6-a57d-a6e8e83c98c3

📥 Commits

Reviewing files that changed from the base of the PR and between 3fba479 and b2fd3ab.

📒 Files selected for processing (1)
  • packages/plugin-sqlite-database-integration/readme.txt
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/plugin-sqlite-database-integration/readme.txt

Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The release metadata changes the SQLite driver and plugin versions from 3.0.1 to 3.0.2. The plugin readme adds the 3.0.2 stable tag and changelog entries for four fixes.

Changes

Version 3.0.2 release metadata

Layer / File(s) Summary
Version identifiers and release notes
packages/mysql-on-sqlite/src/version.php, packages/plugin-sqlite-database-integration/load.php, packages/plugin-sqlite-database-integration/readme.txt
The SQLite driver version, plugin header, stable tag, and changelog are updated to 3.0.2. The changelog lists four fixes.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to b2fd3

This release updates version identifiers and release notes for 3.0.2. No current merge-blocking risk is identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title, "Release 3.0.2," clearly identifies the release version update and matches the main changes in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 2…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v3.0.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@JanJakes
JanJakes merged commit 085ea60 into trunk Sep 10, 2026
25 checks passed
@JanJakes
JanJakes deleted the release/v3.0.2 branch September 10, 2026 07:50
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.

1 participant