Skip to content

Releases: WordPress/sqlite-database-integration

v2.2.10

19 Sep 07:20
0700853
Compare
Choose a tag to compare

What's Changed

  • New SQLite driver (experimental):
    • Add support for all binary and hexadecimal literal syntaxes by @JanJakes in #245

Full Changelog: v2.2.9...v2.2.10

v2.2.9

12 Sep 09:39
f273cdc
Compare
Choose a tag to compare

What's Changed

  • New SQLite driver (experimental):
    • Add support for derived tables in UPDATE with JOIN subqueries by @JanJakes in #241
    • Add support for locking clause syntax (SELECT ... FOR UPDATE, etc.) by @JanJakes in #241
    • Fix special cases of UPDATE statement translation by @JanJakes in #241

Full Changelog: v2.2.8...v2.2.9

v2.2.8

12 Sep 05:56
ffd7cd7
Compare
Choose a tag to compare

What's Changed

  • New SQLite driver (experimental):
    • Implement UPDATE with mutliple tables used (for single modified table only) by @JanJakes in #238

Full Changelog: v2.2.7...v2.2.8

v2.2.7

11 Sep 19:10
50b3fcc
Compare
Choose a tag to compare

What's Changed

  • New SQLite driver (experimental):
    • Add support for FOREIGN KEY constraints in CREATE TABLE by @JanJakes in #237
    • Add support for REFECENCES clause in CREATE TABLE column definitions by @JanJakes in #237
    • Add support for ADD FOREIGN KEY clause in ALTER TABLE by @JanJakes in #237
    • Add support for DROP FOREIGN KEY clause in ALTER TABLE by @JanJakes in #237
    • Add support for DROP PRIMARY KEY clause in ALTER TABLE by @JanJakes in #237
    • Add support for DROP CONSTRAINT clause in ALTER TABLE by @JanJakes in #237
    • Resolve ambiguous column names in ORDER BY by @JanJakes in #232
    • Run WordPress E2E tests by @JanJakes in #220
    • Add Query Monitor E2E test by @JanJakes in #220

Full Changelog: v2.2.6...v2.2.7

v2.2.6

06 Aug 12:14
d15f1d8
Compare
Choose a tag to compare

What's Changed

  • Add a database name fallback for early adopters of the new driver by @JanJakes in #226

Full Changelog: v2.2.5...v2.2.6

v2.2.5

31 Jul 09:17
977a813
Compare
Choose a tag to compare

What's Changed

  • New SQLite driver (experimental):
    • Add support for LOCK and UNLOCK statements by @JanJakes in #221
    • Add support for transaction savepoints (SAVEPOINT, ROLLBACK TO, RELEASE SAVEPOINT) by @JanJakes in #221
    • Improve verification of internal identifier names by @JanJakes in #221
    • Improve Query Monitor setup to better support multisite installs by @JanJakes in #222

Full Changelog: v2.2.4...v2.2.5

v2.2.4

25 Jul 16:48
71e6e8d
Compare
Choose a tag to compare

What's Changed

  • New SQLite driver (experimental):
    • Add support for MySQL user variables by @JanJakes in #214
    • Add basic support for MySQL system variables by @JanJakes in #214
    • Add better support for SET statements by @JanJakes in #214
    • Add Query Monitor support by @JanJakes in #212 and #217
    • Add support for INFORMATION_SCHEMA.SCHEMATA table and SHOW DATABASES statement by @JanJakes in #213
    • Use utf8mb4_0900_ai_ci as the default collation as per MySQL 8 by @JanJakes in #213
    • Require using session database name and verify its value by @JanJakes in #213
    • Use correct MySQL-compatible result column names in all scenarios by @JanJakes in #214
    • Fix LIKE in SHOW COLUMN being applied to table name instead of column name by @JanJakes in #211
    • Add a test for more complex information schema queries by @JanJakes in #208

Full Changelog: v2.2.3...v2.2.4

v2.2.3

04 Jul 11:31
5a2c3a1
Compare
Choose a tag to compare

What's Changed

  • New SQLite driver (experimental):
    • Make nullable $previous optional in class-wp-sqlite-information-schema-exception.php by @adamziel in #199
    • Use SQLite driver in WpdbExposedMethodsForTesting by @JanJakes in #201
    • Use default value when DB_NAME constant is not defined by @JanJakes in #203
    • Don't require WordPress to be fully loaded in WP CLI by @JanJakes in #205

Full Changelog: v2.2.2...v2.2.3

v2.2.2

06 Jun 13:13
3ca0329
Compare
Choose a tag to compare

What's Changed

  • New SQLite driver (experimental): Implement ADD INDEX and DROP INDEX by @JanJakes in #196
  • Require DB_NAME to be set only in the new driver by @JanJakes in #197

Full Changelog: v2.2.1...v2.2.2

v2.2.1

02 Jun 10:50
6fc6ad0
Compare
Choose a tag to compare

What's Changed

  • Fix the WordPress Plugin Directory release.

Full Changelog: v2.2.0...v2.2.1