Skip to content

Releases: WordPress/sqlite-database-integration

v3.0.0-rc.5

19 Jun 18:36
4c7d586

Choose a tag to compare

v3.0.0-rc.5 Pre-release
Pre-release

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
981f43f

Choose a tag to compare

v3.0.0-rc.4 Pre-release
Pre-release

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
2622441

Choose a tag to compare

v3.0.0-rc.3 Pre-release
Pre-release

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
de8f9b0

Choose a tag to compare

v3.0.0-rc.2 Pre-release
Pre-release

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
3a3baf7

Choose a tag to compare

v3.0.0-rc.1 Pre-release
Pre-release

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
f3ea1a4

Choose a tag to compare

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
ee854d2

Choose a tag to compare

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
61c81b8

Choose a tag to compare

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
5a1f25f

Choose a tag to compare

What's Changed

Full Changelog: v2.2.19...v2.2.20

v2.2.19

19 Mar 14:32
7be6b9c

Choose a tag to compare

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