Releases: WordPress/sqlite-database-integration
Releases · WordPress/sqlite-database-integration
v3.0.0-rc.5
19 Jun 18:36
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
19 Jun 17:57
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
28 Apr 12:47
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
24 Apr 14:09
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
17 Apr 13:09
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
10 Apr 15:06
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
03 Apr 14:25
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
02 Apr 12:33
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
v2.2.20
25 Mar 20:53
Compare
Sorry, something went wrong.
No results found
v2.2.19
19 Mar 14:32
Compare
Sorry, something went wrong.
No results found
What's Changed
New SQLite driver (experimental):
Fix query() returning null instead of 0 for statements affecting no rows by @chloe-pomegranate in #325
Accept zero dates when NO_ZERO_DATE SQL mode is off by @adamziel in #327
Implement FROM_BASE64() and TO_BASE64() MySQL functions by @adamziel in #326
Add SQLite database application ID and new consistent file extension by @zaerl in #329
New Contributors
Full Changelog : v2.2.18...v2.2.19