Skip to content

Releases: WordPress/sqlite-database-integration

v3.0.0-rc.7

v3.0.0-rc.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 00:11
11cb7f2

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

v3.0.0-rc.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:23
2d0dbc0

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

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

Choose a tag to compare

@github-actions github-actions released this 19 Jun 18:36
4c7d586

Changelog

  • Default SQLite connections to WAL (#405)

Contributors

The following contributors merged PRs in this release:

@JanJakes

v3.0.0-rc.4

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

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:57
981f43f

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

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

Choose a tag to compare

@github-actions github-actions released this 28 Apr 12:47
2622441

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

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

Choose a tag to compare

@github-actions github-actions released this 24 Apr 14:09
de8f9b0

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

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

Choose a tag to compare

@github-actions github-actions released this 17 Apr 13:09
3a3baf7

Changelog

  • Improve concurrent database access (#361)
  • Remove legacy SQLite driver (#358)

Contributors

The following contributors merged PRs in this release:

@JanJakes

v2.2.23

Choose a tag to compare

@github-actions github-actions released this 10 Apr 15:06
f3ea1a4

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

Choose a tag to compare

@github-actions github-actions released this 03 Apr 14:25
ee854d2

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

Choose a tag to compare

@github-actions github-actions released this 02 Apr 12:33
61c81b8

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