Releases: WordPress/sqlite-database-integration
Releases · WordPress/sqlite-database-integration
v3.0.0-rc.7
Compare
Sorry, something went wrong.
No results found
Changelog
Preserve configured SQLite journal mode in driver wrapper (#447 )
Release 3.0.0-rc.6 (#444 )
Contributors
The following contributors merged PRs in this release:
@adamziel
v3.0.0-rc.6
Compare
Sorry, something went wrong.
No results found
Changelog
Don't take a write lock for SET statements (fixes "database is locked" on connect) (#443 )
Add REVERSE() to user defined functions (#434 )
LALR(1) parser from official MySQL grammar (#429 )
Contributors
The following contributors merged PRs in this release:
@JanJakes , @gcsecsey , @teizz
v3.0.0-rc.5
Compare
Sorry, something went wrong.
No results found
Changelog
Default SQLite connections to WAL (#405 )
Contributors
The following contributors merged PRs in this release:
@JanJakes
v3.0.0-rc.4
Compare
Sorry, something went wrong.
No results found
Changelog
Normalize BIT column default literals (#439 )
Optimize MySQL lexer (~2× speedup) (#424 )
Fix RAND() function behavior (#363 )
CI: Disable Xdebug, use Rust release builds, consolidate unit-test matrix (#425 )
GitHub Actions workflow updates (#404 )
Add native Rust-based MySQL parser extension (#381 , #384 , #386 , #389 , #390 , #394 , #398 )
Ship native parser as WASM (#395 , #396 , #397 , #399 , #400 , #401 )
Add SQLite plugin landing page (#407 , #412 )
Check Playground web runtime compatibility (#419 )
Contributors
The following contributors merged PRs in this release:
@JanJakes , @adamziel , @johnbillion
v3.0.0-rc.3
Compare
Sorry, something went wrong.
No results found
Changelog
Lexer: Fix possible OOB read in quoted strings (#374 )
Add support for NO_AUTO_VALUE_ON_ZERO SQL mode (#366 )
Contributors
The following contributors merged PRs in this release:
@JanJakes , @sirreal
v3.0.0-rc.2
Compare
Sorry, something went wrong.
No results found
Changelog
Support MySQL BINARY operator (#369 )
Add support for AUTO_INCREMENT value management (#367 )
Add support for DELETE with LIMIT and ORDER BY (#365 )
Contributors
The following contributors merged PRs in this release:
@JanJakes
v3.0.0-rc.1
Compare
Sorry, something went wrong.
No results found
Changelog
Improve concurrent database access (#361 )
Remove legacy SQLite driver (#358 )
Contributors
The following contributors merged PRs in this release:
@JanJakes
v2.2.23
Compare
Sorry, something went wrong.
No results found
Changelog
Add Query Monitor 4.0 support (#357 )
Translate MySQL CONVERT() expressions to SQLite (#356 )
Contributors
The following contributors merged PRs in this release:
@JanJakes
v2.2.22
Compare
Sorry, something went wrong.
No results found
Changelog
Support INSERT without INTO keyword (#354 )
Add tests for MySQL row-level locking clauses (#342 )
Improve automated deploy setup.
Contributors
The following contributors merged PRs in this release:
@JanJakes , @wp-fuse
v2.2.21
Compare
Sorry, something went wrong.
No results found
Changelog
Monorepo setup + release automation (#334 )
Rework release workflow (#350 )
Fix incorrect PHP polyfill implementations (#338 )
Contributors
The following contributors merged PRs in this release:
@JanJakes